summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/sibcall-3.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/sibcall-3.ll')
-rw-r--r--test/CodeGen/X86/sibcall-3.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/sibcall-3.ll b/test/CodeGen/X86/sibcall-3.ll
index f0d66cf7b6..f97abe0029 100644
--- a/test/CodeGen/X86/sibcall-3.ll
+++ b/test/CodeGen/X86/sibcall-3.ll
@@ -3,7 +3,7 @@
define void @t1(i8* inreg %dst, i8* inreg %src, i8* inreg %len) nounwind {
; CHECK: t1:
-; CHECK: call 0
+; CHECK: calll 0
tail call void null(i8* inreg %dst, i8* inreg %src, i8* inreg %len) nounwind
ret void
}