summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-02-03 00:20:22 +0000
committerDan Gohman <gohman@apple.com>2009-02-03 00:20:22 +0000
commit7948ef5f87f3c0cd4f40d5f96510dfc34e4596c6 (patch)
tree03cf97f9d7e3eb53db545bce9e316b08d43bf3fa /llvm
parentc88a70d885cd6dbf6e8bcb4e719407662139dfab (diff)
downloadbcm5719-llvm-7948ef5f87f3c0cd4f40d5f96510dfc34e4596c6.tar.gz
bcm5719-llvm-7948ef5f87f3c0cd4f40d5f96510dfc34e4596c6.zip
Add explicit -march=x86 to these tests so that they don't
default to -march=x86-64 on 64-bit hosts. llvm-svn: 63579
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/CodeGen/X86/bt.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/bt.ll b/llvm/test/CodeGen/X86/bt.ll
index f91130dd69a..a76242c977c 100644
--- a/llvm/test/CodeGen/X86/bt.ll
+++ b/llvm/test/CodeGen/X86/bt.ll
@@ -1,6 +1,6 @@
; RUN: llvm-as < %s | llc -march=x86 | grep btl | count 28
-; RUN: llvm-as < %s | llc -mcpu=pentium4 | grep btl | not grep esp
-; RUN: llvm-as < %s | llc -mcpu=penryn | grep btl | not grep esp
+; RUN: llvm-as < %s | llc -march=x86 -mcpu=pentium4 | grep btl | not grep esp
+; RUN: llvm-as < %s | llc -march=x86 -mcpu=penryn | grep btl | not grep esp
; PR3253
; The register+memory form of the BT instruction should be usable on
OpenPOWER on IntegriCloud