While hoisting common code from if/else, hoist debug info intrinsics if they match.
[oota-llvm.git] / test / Transforms / SimplifyCFG / branch-cond-merge.ll
index f1da1ba1624d14d6919544d26c5ac1afbb229571..f73e01ca47671d761a979b9d898a46f480277963 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: opt %s -simplifycfg -instcombine \
-; RUN:   -simplifycfg | llvm-dis | not grep call
+; RUN: opt %s -simplifycfg -instcombine \
+; RUN:   -simplifycfg -S | not grep call
 
 declare void @bar()