More tail call removal.
authorDale Johannesen <dalej@apple.com>
Fri, 4 Jun 2010 21:14:24 +0000 (21:14 +0000)
committerDale Johannesen <dalej@apple.com>
Fri, 4 Jun 2010 21:14:24 +0000 (21:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105485 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/ARM/ifcvt6.ll
test/CodeGen/Thumb2/thumb2-ifcvt2.ll

index 342208b6b5e24ddc83170d69aa80ea68296aeda1..e2c0ba398c68dc87c9d85ff0ac29496808b7e8b0 100644 (file)
@@ -11,7 +11,7 @@ entry:
        br i1 %tmp7, label %cond_true, label %UnifiedReturnBlock
 
 cond_true:             ; preds = %entry
-       %tmp10 = tail call i32 (...)* @bar( )           ; <i32> [#uses=0]
+       %tmp10 = call i32 (...)* @bar( )                ; <i32> [#uses=0]
        ret void
 
 UnifiedReturnBlock:            ; preds = %entry
index d917ffe56bbcbbcf1b7abe78815737ffa1d0d66e..4af492c9308e39ff211a32a769042f78b08ea52d 100644 (file)
@@ -13,7 +13,7 @@ entry:
        br i1 %tmp7, label %cond_true, label %UnifiedReturnBlock
 
 cond_true:             ; preds = %entry
-       %tmp10 = tail call i32 (...)* @bar( )           ; <i32> [#uses=0]
+       %tmp10 = call i32 (...)* @bar( )                ; <i32> [#uses=0]
        ret void
 
 UnifiedReturnBlock:            ; preds = %entry