Add missing newlines at EOF (for clang++).
[oota-llvm.git] / test / Transforms / SimplifyCFG / 2008-07-13-InfLoopMiscompile.ll
index fd40be79bc37012a5502d92554e9c1c92c74c5be..d025dee85f2def07c2def4f5af316c0e64f2747e 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -simplifycfg | llvm-dis | grep {%outval = phi i32 .*mux}
+; RUN: opt < %s -simplifycfg -S | grep {%outval = phi i32 .*mux}
 ; PR2540
 ; Outval should end up with a select from 0/2, not all constants.