X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FTransforms%2FReassociate%2Fotherops.ll;fp=test%2FTransforms%2FReassociate%2Fotherops.ll;h=6960b1df99136030c499d7d3305dc179ea3a4fe2;hb=50e8682f282f1ae04ce18cb84b638d126f499faf;hp=7182e1f72acea65299ff3724378c35c05ae7b565;hpb=69686725d7dca5c4caf196c1904bcac85129e6b6;p=oota-llvm.git diff --git a/test/Transforms/Reassociate/otherops.ll b/test/Transforms/Reassociate/otherops.ll index 7182e1f72ac..6960b1df991 100644 --- a/test/Transforms/Reassociate/otherops.ll +++ b/test/Transforms/Reassociate/otherops.ll @@ -1,9 +1,6 @@ ; Reassociation should apply to Add, Mul, And, Or, & Xor ; -; RUN: if as < %s | opt -reassociate -constprop -instcombine -die | dis | grep 12 -; RUN: then exit 1 -; RUN: else exit 0 -; RUN: fi +; RUN: as < %s | opt -reassociate -constprop -instcombine -die | dis | not grep 12 int "test_mul"(int %arg) { %tmp1 = mul int 12, %arg