summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2008-08-05 23:36:00 +0000
committerBill Wendling <isanbard@gmail.com>2008-08-05 23:36:00 +0000
commit201bf25f83fba840dcff2cb1625731e7bb22df4d (patch)
tree7f72e1ae07b8147bf42aa53b1dc946f89d690f41 /test
parent5a6c448a7ec2292649f73a813136ae709a23c8e0 (diff)
downloadllvm-201bf25f83fba840dcff2cb1625731e7bb22df4d.tar.gz
llvm-201bf25f83fba840dcff2cb1625731e7bb22df4d.tar.bz2
llvm-201bf25f83fba840dcff2cb1625731e7bb22df4d.tar.xz
Add default architecture.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54384 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Transforms/InstCombine/2008-08-05-And.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/2008-08-05-And.ll b/test/Transforms/InstCombine/2008-08-05-And.ll
index 2b99ea5d6a..4886e364a8 100644
--- a/test/Transforms/InstCombine/2008-08-05-And.ll
+++ b/test/Transforms/InstCombine/2008-08-05-And.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine | llc -disable-fp-elim | not grep orb
+; RUN: llvm-as < %s | opt -instcombine | llc -disable-fp-elim -march=x86 | not grep orb
; PR2629
define void @f(i8* %x) nounwind {