Address issues found by Duncan during post-commit review of r177856.
[oota-llvm.git] / test / Transforms / InstCombine / apint-xor2.ll
index 60e0ac6a7967e7dff85cdaccab4dc6207b015fe0..ab93c92381528547a893f7a198a478692ecf3662 100644 (file)
@@ -1,7 +1,7 @@
 ; This test makes sure that xor instructions are properly eliminated.
 ; This test is for Integer BitWidth > 64 && BitWidth <= 1024.
 
-; RUN: opt %s -instcombine | llvm-dis | not grep {xor }
+; RUN: opt < %s -instcombine -S | not grep "xor "
 ; END.