merge two tests.
[oota-llvm.git] / test / Transforms / InstCombine / sdiv-1.ll
index c10bd775157ad5b532f2d1fbf77c0c5438f38a8c..c46b5eaef4a87f2cdc7bb26a4cb204169c42d7d0 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine -inline | llvm-dis | grep {715827882} | count 2
+; RUN: opt < %s -instcombine -inline -S | not grep '-715827882'
 ; PR3142
 
 define i32 @a(i32 %X) nounwind readnone {