X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FTransforms%2FReassociate%2Fshifttest.ll;h=d9a5336fbfb493704424c1a73a1e8578fed2e20e;hb=12d60e9e7c149a7d333e277dfbe25a720c88c585;hp=42b1873eedbb96a862934b0206600488579b970f;hpb=b1e1e82c54c060ea5dae09dae043234826ca2539;p=oota-llvm.git diff --git a/test/Transforms/Reassociate/shifttest.ll b/test/Transforms/Reassociate/shifttest.ll index 42b1873eedb..d9a5336fbfb 100644 --- a/test/Transforms/Reassociate/shifttest.ll +++ b/test/Transforms/Reassociate/shifttest.ll @@ -1,7 +1,7 @@ ; With shl->mul reassociation, we can see that this is (shl A, 9) * A ; -; RUN: opt %s -reassociate -instcombine | llvm-dis |\ -; RUN: grep {shl .*, 9} +; RUN: opt < %s -reassociate -instcombine -S |\ +; RUN: grep "shl .*, 9" define i32 @test(i32 %A, i32 %B) { %X = shl i32 %A, 5 ; [#uses=1]