Fix inserting new elements in a specified location.
[oota-llvm.git] / test / Transforms / InstCombine / xor.ll
index 2456f03e532b9fa4e377cf5540a735b60c622ed2..3722697f9892cb87123c2976616a9e7714365169 100644 (file)
@@ -1,7 +1,7 @@
 ; This test makes sure that these instructions are properly eliminated.
 ;
-; RUN: opt %s -instcombine | llvm-dis | \
-; RUN:    not grep {xor }
+; RUN: opt < %s -instcombine -S | \
+; RUN:    not grep "xor "
 ; END.
 @G1 = global i32 0             ; <i32*> [#uses=1]
 @G2 = global i32 0             ; <i32*> [#uses=1]