summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-08-03 21:01:46 +0000
committerChris Lattner <sabre@nondot.org>2005-08-03 21:01:46 +0000
commit938ebaa2b0edcacc13694c01254a265d3e63b341 (patch)
tree77b27b34175e38d6e912941d52fa2e194dc34021 /llvm
parent1d465e8925b4c9e18d15f5d746c462a7c17f14a6 (diff)
downloadbcm5719-llvm-938ebaa2b0edcacc13694c01254a265d3e63b341.tar.gz
bcm5719-llvm-938ebaa2b0edcacc13694c01254a265d3e63b341.zip
Fix this to test the BE we care about
llvm-svn: 22631
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/Regression/CodeGen/X86/fast-cc-tail-call.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/CodeGen/X86/fast-cc-tail-call.ll b/llvm/test/Regression/CodeGen/X86/fast-cc-tail-call.ll
index 5a7d88d75bb..34ce5fd4c3f 100644
--- a/llvm/test/Regression/CodeGen/X86/fast-cc-tail-call.ll
+++ b/llvm/test/Regression/CodeGen/X86/fast-cc-tail-call.ll
@@ -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)
OpenPOWER on IntegriCloud