Add missing newlines at EOF (for clang++).
[oota-llvm.git] / test / Transforms / SimplifyCFG / EqualPHIEdgeBlockMerge.ll
index 55db7880f125e60bb10f664a0b74b4b1ca7d7b7d..912c7556e00654c86d282f6bc9c6acdf1484b48c 100644 (file)
@@ -1,6 +1,6 @@
 ; Test merging of blocks with phi nodes.
 ;
-; RUN: llvm-as < %s | opt -simplifycfg | llvm-dis | not grep N:
+; RUN: opt < %s -simplifycfg -S | not grep N:
 ;
 
 define i32 @test(i1 %a) {