Skip extra LLVM IR assemble/disassemble steps in some tests
[oota-llvm.git] / test / Transforms / IPConstantProp / return-constant.ll
index 499d38329522ce95863a53c50bc56f297d57810e..d89579532e712afa610f939202558af55ce22cf4 100644 (file)
@@ -1,5 +1,4 @@
-; RUN: opt < %s -ipconstprop -instcombine | \
-; RUN:    llvm-dis | grep "ret i1 true" | count 2
+; RUN: opt < %s -ipconstprop -instcombine -S | grep "ret i1 true" | count 2
 define internal i32 @foo(i1 %C) {
         br i1 %C, label %T, label %F