X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FTransforms%2FSimplifyCFG%2Fbranch-cond-prop.ll;h=448934e725081cce2d2785821b02df9bcbdb8c9e;hb=f606a6ed992d5e4e2877419b51e2a9b540b5e3f0;hp=8d5cdc57bb7e6fefe5c81839182f169782414231;hpb=b1e1e82c54c060ea5dae09dae043234826ca2539;p=oota-llvm.git diff --git a/test/Transforms/SimplifyCFG/branch-cond-prop.ll b/test/Transforms/SimplifyCFG/branch-cond-prop.ll index 8d5cdc57bb7..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 | llvm-dis | not grep call +; RUN: opt < %s -simplifycfg -S | not grep call declare void @bar()