summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/ldm.ll
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2010-06-04 01:01:24 +0000
committerDale Johannesen <dalej@apple.com>2010-06-04 01:01:24 +0000
commitb3780b110383be08275ce66298a11dccba3dac16 (patch)
tree1b0607bd16f0f5a28e80beddf0519cb35386a3a4 /llvm/test/CodeGen/ARM/ldm.ll
parente7b392dca9498da80523c9c1fb5dad4bc25c8280 (diff)
downloadbcm5719-llvm-b3780b110383be08275ce66298a11dccba3dac16.tar.gz
bcm5719-llvm-b3780b110383be08275ce66298a11dccba3dac16.zip
Remove more tail calls.
llvm-svn: 105450
Diffstat (limited to 'llvm/test/CodeGen/ARM/ldm.ll')
-rw-r--r--llvm/test/CodeGen/ARM/ldm.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/ldm.ll b/llvm/test/CodeGen/ARM/ldm.ll
index 9a2dc82d189..78201a6b341 100644
--- a/llvm/test/CodeGen/ARM/ldm.ll
+++ b/llvm/test/CodeGen/ARM/ldm.ll
@@ -28,7 +28,7 @@ define i32 @t3() {
%tmp = load i32* getelementptr ([0 x i32]* @X, i32 0, i32 1) ; <i32> [#uses=1]
%tmp3 = load i32* getelementptr ([0 x i32]* @X, i32 0, i32 2) ; <i32> [#uses=1]
%tmp5 = load i32* getelementptr ([0 x i32]* @X, i32 0, i32 3) ; <i32> [#uses=1]
- %tmp6 = tail call i32 @f2( i32 %tmp, i32 %tmp3, i32 %tmp5 ) ; <i32> [#uses=1]
+ %tmp6 = call i32 @f2( i32 %tmp, i32 %tmp3, i32 %tmp5 ) ; <i32> [#uses=1]
ret i32 %tmp6
}
OpenPOWER on IntegriCloud