X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FTransforms%2FSimplifyCFG%2Fbranch-cond-prop.ll;h=448934e725081cce2d2785821b02df9bcbdb8c9e;hb=8369687576b062be74c941a4a90dbabb0828e028;hp=1ba6226200165d1d11b1a3b78cf96203400908f1;hpb=3e054fe9efc64596534bbae0d1634ed15181d642;p=oota-llvm.git diff --git a/test/Transforms/SimplifyCFG/branch-cond-prop.ll b/test/Transforms/SimplifyCFG/branch-cond-prop.ll index 1ba62262001..448934e7250 100644 --- a/test/Transforms/SimplifyCFG/branch-cond-prop.ll +++ b/test/Transforms/SimplifyCFG/branch-cond-prop.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -simplifycfg -S | not grep call +; RUN: opt < %s -simplifycfg -S | not grep call declare void @bar()