X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FTransforms%2FSCCP%2F2008-01-27-UndefCorrelate.ll;h=aa613dca5d11b849e756542e36e0dc7781fe7dec;hb=20680b045aea83b5f476a1d253b9262ff4d3f71b;hp=4bcad3a5974305e1b6008e379e770886f5fe0470;hpb=b1e1e82c54c060ea5dae09dae043234826ca2539;p=oota-llvm.git diff --git a/test/Transforms/SCCP/2008-01-27-UndefCorrelate.ll b/test/Transforms/SCCP/2008-01-27-UndefCorrelate.ll index 4bcad3a5974..aa613dca5d1 100644 --- a/test/Transforms/SCCP/2008-01-27-UndefCorrelate.ll +++ b/test/Transforms/SCCP/2008-01-27-UndefCorrelate.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -sccp | llvm-dis | grep undef | count 1 +; RUN: opt < %s -sccp -S | grep undef | count 1 ; PR1938 define i32 @main() {