summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb2/thumb2-call-tc.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2010-06-19 01:01:32 +0000
committerEvan Cheng <evan.cheng@apple.com>2010-06-19 01:01:32 +0000
commit0110ac66ebd1e59e6ac163e13670f36d091084f6 (patch)
treec89c80f7118f6078385c7e2f0f5af8fa613fa7fe /test/CodeGen/Thumb2/thumb2-call-tc.ll
parenta938cfb13ae2c6f0219eebb891e96de4ac8bb132 (diff)
downloadllvm-0110ac66ebd1e59e6ac163e13670f36d091084f6.tar.gz
llvm-0110ac66ebd1e59e6ac163e13670f36d091084f6.tar.bz2
llvm-0110ac66ebd1e59e6ac163e13670f36d091084f6.tar.xz
Disable sibcall optimization for Thumb1 for now since Thumb1RegisterInfo::emitEpilogue is not expecting them.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106368 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Thumb2/thumb2-call-tc.ll')
-rw-r--r--test/CodeGen/Thumb2/thumb2-call-tc.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb2/thumb2-call-tc.ll b/test/CodeGen/Thumb2/thumb2-call-tc.ll
index d31ae0cc45..fe47e348ab 100644
--- a/test/CodeGen/Thumb2/thumb2-call-tc.ll
+++ b/test/CodeGen/Thumb2/thumb2-call-tc.ll
@@ -11,7 +11,7 @@ define void @f() {
; LINUX: f:
; LINUX: bl g
- call void @g( i32 1, i32 2, i32 3, i32 4 )
+ tail call void @g( i32 1, i32 2, i32 3, i32 4 )
ret void
}