Reenable this IndVars unit test.
[oota-llvm.git] / test / Transforms / InstCombine / not-fcmp.ll
index 5c9837a8a3341b6fd8a1eeb9a8d419c6f01f7e5d..ad01a6bdf1bc160a9fea1b684e992f80c95d71b0 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -instcombine | llvm-dis | grep "fcmp uge"
+; RUN: opt < %s -instcombine -S | grep "fcmp uge"
 ; PR1570
 
 define i1 @f(float %X, float %Y) {