correct suffix matching to search for s/l/t suffixes on
[oota-llvm.git] / test / Transforms / SimplifyCFG / EqualPHIEdgeBlockMerge.ll
index 1c174bfe0f5a555b061d1963fc105a1d08e4699d..912c7556e00654c86d282f6bc9c6acdf1484b48c 100644 (file)
@@ -1,6 +1,6 @@
 ; Test merging of blocks with phi nodes.
 ;
-; RUN: opt %s -simplifycfg | llvm-dis | not grep N:
+; RUN: opt < %s -simplifycfg -S | not grep N:
 ;
 
 define i32 @test(i1 %a) {