summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb2/thumb2-ifcvt2.ll
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2010-06-04 21:14:24 +0000
committerDale Johannesen <dalej@apple.com>2010-06-04 21:14:24 +0000
commit73c943fb43270bfeb222f8a4570b95a428a58e4f (patch)
tree42327e7164c2f50905de8370ac641ce5dc3e689b /test/CodeGen/Thumb2/thumb2-ifcvt2.ll
parent1c8ab781d5b24bc473b4baa8f3fb6e9b55597aa3 (diff)
downloadllvm-73c943fb43270bfeb222f8a4570b95a428a58e4f.tar.gz
llvm-73c943fb43270bfeb222f8a4570b95a428a58e4f.tar.bz2
llvm-73c943fb43270bfeb222f8a4570b95a428a58e4f.tar.xz
More tail call removal.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105485 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Thumb2/thumb2-ifcvt2.ll')
-rw-r--r--test/CodeGen/Thumb2/thumb2-ifcvt2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb2/thumb2-ifcvt2.ll b/test/CodeGen/Thumb2/thumb2-ifcvt2.ll
index d917ffe56b..4af492c930 100644
--- a/test/CodeGen/Thumb2/thumb2-ifcvt2.ll
+++ b/test/CodeGen/Thumb2/thumb2-ifcvt2.ll
@@ -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