diff --git a/test/Transforms/InstCombine/2008-08-05-And.ll b/test/Transforms/InstCombine/2008-08-05-And.ll index 2b99ea5d6ab..4886e364a8c 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 {