aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/CodeGen/X86/tailcall2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/tailcall2.ll b/test/CodeGen/X86/tailcall2.ll
index f1eb152..11d02da 100644
--- a/test/CodeGen/X86/tailcall2.ll
+++ b/test/CodeGen/X86/tailcall2.ll
@@ -4,7 +4,7 @@
define void @bar(i32 %x) nounwind ssp {
entry:
; CHECK: bar:
-; CHECK: jmp _foo
+; CHECK: jmp {{_?}}foo
tail call void @foo() nounwind
ret void
}