Remove obscure test
[oota-llvm.git] / test / Transforms / CorrelatedExprs / nullpointer.ll
index cf2245d09cb34ca538821eba2a16a0479bcb51db..ff4a3bd658f80ded6c88c7c6208e0dfade7df7b5 100644 (file)
@@ -1,10 +1,7 @@
 ; a load or store of a pointer indicates that the pointer is not null.
 ; Any succeeding uses of the pointer should get this info
 
-; RUN: if as < %s | opt -cee -instcombine -simplifycfg | dis | grep br
-; RUN: then exit 1
-; RUN: else exit 0
-; RUN: fi
+; RUN: as < %s | opt -cee -instcombine -simplifycfg | dis | not grep br
 
 implementation   ; Functions: