Add default architecture.
authorBill Wendling <isanbard@gmail.com>
Tue, 5 Aug 2008 23:36:00 +0000 (23:36 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 5 Aug 2008 23:36:00 +0000 (23:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54384 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/InstCombine/2008-08-05-And.ll

index 2b99ea5d6abda00ea219ab8a581c847d094e55ce..4886e364a8c1284ba541493fb9a6835bd17800b3 100644 (file)
@@ -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  {