From da8dd92c9ff9928b81fca3427809f384ee7269f7 Mon Sep 17 00:00:00 2001 From: Dale Johannesen Date: Fri, 4 Jun 2010 00:03:37 +0000 Subject: [PATCH] Remove tail call. A tail call version will follow. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105438 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/Thumb2/thumb2-ifcvt1.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/Thumb2/thumb2-ifcvt1.ll b/test/CodeGen/Thumb2/thumb2-ifcvt1.ll index 1d267565e06..d842d4d8799 100644 --- a/test/CodeGen/Thumb2/thumb2-ifcvt1.ll +++ b/test/CodeGen/Thumb2/thumb2-ifcvt1.ll @@ -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