summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/test/CodeGen/X86/tailcall2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/tailcall2.ll b/llvm/test/CodeGen/X86/tailcall2.ll
index f1eb1529c12..11d02dabbc3 100644
--- a/llvm/test/CodeGen/X86/tailcall2.ll
+++ b/llvm/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
}
OpenPOWER on IntegriCloud