Fix this to test the BE we care about
authorChris Lattner <sabre@nondot.org>
Wed, 3 Aug 2005 21:01:46 +0000 (21:01 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 3 Aug 2005 21:01:46 +0000 (21:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22631 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/fast-cc-tail-call.ll

index 5a7d88d75bb8b86e60f1b7042cd41213b3a82c9d..34ce5fd4c3f880ae8fb2f891f7da31f6e71a1f2a 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -x86-asm-syntax=intel -enable-x86-fastcc | not grep call
+; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel -enable-x86-fastcc | not grep call
 
 fastcc int %bar(int %X, int(double, int) *%FP) {
      %Y = tail call fastcc int %FP(double 0.0, int %X)