Remove tail call. A tail call version will follow.

llvm-svn: 105438
This commit is contained in:
Dale Johannesen 2010-06-04 00:03:37 +00:00
parent f28f6f03a2
commit 3492389308

View File

@ -76,7 +76,7 @@ entry:
br i1 %tmp1, label %cond_true, label %UnifiedReturnBlock
cond_true: ; preds = %entry
tail call void @foo( i32 %b )
call void @foo( i32 %b )
ret void
UnifiedReturnBlock: ; preds = %entry