diff options
author | Bill Wendling <isanbard@gmail.com> | 2008-08-05 23:36:00 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2008-08-05 23:36:00 +0000 |
commit | 201bf25f83fba840dcff2cb1625731e7bb22df4d (patch) | |
tree | 7f72e1ae07b8147bf42aa53b1dc946f89d690f41 | |
parent | 5a6c448a7ec2292649f73a813136ae709a23c8e0 (diff) |
Add default architecture.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54384 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Transforms/InstCombine/2008-08-05-And.ll | 2 |
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 { |