InstCombine: Don't assume that m_ZExt matches an Instruction
[oota-llvm.git] / test / Transforms / InstCombine / and-or-and.ll
index 04d475ccd8229183427f228f4fdd6f27b21baa6c..34cad82f4f1995099e8aad93f468834195e5aa3f 100644 (file)
@@ -9,8 +9,8 @@
 ;
 ; Which corresponds to test1.
 
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | \
-; RUN:   not grep {or }
+; RUN: opt < %s -instcombine -S | \
+; RUN:   not grep "or "
 
 define i32 @test1(i32 %X, i32 %Y) {
         %A = and i32 %X, 7              ; <i32> [#uses=1]