mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-06 03:19:50 +00:00
Remove tail call. A tail call version will follow.
llvm-svn: 105438
This commit is contained in:
parent
f28f6f03a2
commit
3492389308
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user