summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/tailcallfp.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/tailcallfp.ll')
-rw-r--r--test/CodeGen/X86/tailcallfp.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/X86/tailcallfp.ll b/test/CodeGen/X86/tailcallfp.ll
index c0b609ac95..22a7930ba8 100644
--- a/test/CodeGen/X86/tailcallfp.ll
+++ b/test/CodeGen/X86/tailcallfp.ll
@@ -1,5 +1,6 @@
-; RUN: llc < %s -march=x86 -x86-asm-syntax=intel -tailcallopt | not grep call
+; RUN: llc < %s -march=x86 -tailcallopt | FileCheck %s
define fastcc i32 @bar(i32 %X, i32(double, i32) *%FP) {
%Y = tail call fastcc i32 %FP(double 0.0, i32 %X)
ret i32 %Y
+; CHECK: jmpl
}