New testcase distilled from:
[oota-llvm.git] / test / Transforms / InstCombine / or.ll
index 4165c52a6a9d36c9b9e14c96eed5ca1673d470cd..e4d5bb7df801c4ca5592256a082e393fcd3ee1be 100644 (file)
@@ -1,7 +1,7 @@
 ; This test makes sure that these instructions are properly eliminated.
 ;
 
-; RUN: as < %s | opt -instcombine | dis | grep -v xor | not grep 'or '
+; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep -v xor | not grep 'or '
 
 implementation