summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Thumb2/thumb2-call-tc.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/Thumb2/thumb2-call-tc.ll')
-rw-r--r--llvm/test/CodeGen/Thumb2/thumb2-call-tc.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Thumb2/thumb2-call-tc.ll b/llvm/test/CodeGen/Thumb2/thumb2-call-tc.ll
index d31ae0cc455..fe47e348ab2 100644
--- a/llvm/test/CodeGen/Thumb2/thumb2-call-tc.ll
+++ b/llvm/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
}
OpenPOWER on IntegriCloud