This patch implements transform for pattern "(A | B) ^ (~A) -> (A | ~B)".
[oota-llvm.git] / test / Transforms / InstCombine / 2008-06-08-ICmpPHI.ll
index da63dd67453f49e2763612b58159707a264e6634..ec946238d89767f19af39b9763af76611f5f2ec0 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep {phi i32} | count 2
+; RUN: opt < %s -instcombine -S | grep "phi i32" | count 2
 
 define void @test() nounwind  {
 entry: