New testcase crashing the instruction combiner
[oota-llvm.git] / test / Transforms / InstCombine / not.ll
index 24d8f69a4b2dbb476987bec9471a2a66dc1aaf89..f87e4bea3bdc1f9ddd2ae5e6d83e8e997f186421 100644 (file)
@@ -1,10 +1,7 @@
 ; This test makes sure that these instructions are properly eliminated.
 ;
 
-; RUN: if as < %s | opt -instcombine -die | dis | grep xor
-; RUN: then exit 1
-; RUN: else exit 0
-; RUN: fi
+; RUN: llvm-as < %s | opt -instcombine -die | llvm-dis | not grep xor
 
 implementation