diff options
Diffstat (limited to 'llvm/test/Transforms/Reassociate/subtest.ll')
-rw-r--r-- | llvm/test/Transforms/Reassociate/subtest.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/Reassociate/subtest.ll b/llvm/test/Transforms/Reassociate/subtest.ll index 513984e7722..78bd0ef3b8a 100644 --- a/llvm/test/Transforms/Reassociate/subtest.ll +++ b/llvm/test/Transforms/Reassociate/subtest.ll @@ -1,6 +1,6 @@ ; With sub reassociation, constant folding can eliminate the 12 and -12 constants. ; -; RUN: llvm-as < %s | opt -reassociate -instcombine | llvm-dis | not grep 12 +; RUN: opt %s -reassociate -instcombine | llvm-dis | not grep 12 define i32 @test(i32 %A, i32 %B) { %X = add i32 -12, %A ; <i32> [#uses=1] |