summaryrefslogtreecommitdiffstats
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
commitbc6786e7eeab7e55d5cf032ee9854d8877ee922d (patch)
tree8b855b97e55685bcb11df7f8303ff3ecee1ad2a7
parentb5fc3c300a54d9380303f5a6923a24db9eab06b3 (diff)
downloadbcm5719-llvm-bc6786e7eeab7e55d5cf032ee9854d8877ee922d.tar.gz
bcm5719-llvm-bc6786e7eeab7e55d5cf032ee9854d8877ee922d.zip
Add default architecture.
llvm-svn: 54384
-rw-r--r--llvm/test/Transforms/InstCombine/2008-08-05-And.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/2008-08-05-And.ll b/llvm/test/Transforms/InstCombine/2008-08-05-And.ll
index 2b99ea5d6ab..4886e364a8c 100644
--- a/llvm/test/Transforms/InstCombine/2008-08-05-And.ll
+++ b/llvm/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 {
OpenPOWER on IntegriCloud