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 98fa8a5cd3325ece12cdd9005b5e658b0c2b1a9e..f73e01ca47671d761a979b9d898a46f480277963 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -simplifycfg -instcombine \
+; RUN: opt %s -simplifycfg -instcombine \
 ; RUN:   -simplifycfg -S | not grep call
 
 declare void @bar()