diff options
Diffstat (limited to 'llvm/test/Regression/Transforms/Reassociate/otherops.ll')
| -rw-r--r-- | llvm/test/Regression/Transforms/Reassociate/otherops.ll | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/llvm/test/Regression/Transforms/Reassociate/otherops.ll b/llvm/test/Regression/Transforms/Reassociate/otherops.ll index 7182e1f72ac..6960b1df991 100644 --- a/llvm/test/Regression/Transforms/Reassociate/otherops.ll +++ b/llvm/test/Regression/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 |

