Add explicit -march=x86 to these tests so that they don't
authorDan Gohman <gohman@apple.com>
Tue, 3 Feb 2009 00:20:22 +0000 (00:20 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 3 Feb 2009 00:20:22 +0000 (00:20 +0000)
default to -march=x86-64 on 64-bit hosts.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63579 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/bt.ll

index f91130dd69a836bb8b7fb5ff8a04fb4e30c3d4a2..a76242c977cedfa48b58495d100a159f4d33902e 100644 (file)
@@ -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