diff options
Diffstat (limited to 'llvm/test/Regression/Transforms/Reassociate/subtest.ll')
| -rw-r--r-- | llvm/test/Regression/Transforms/Reassociate/subtest.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/Transforms/Reassociate/subtest.ll b/llvm/test/Regression/Transforms/Reassociate/subtest.ll index 38a887b5662..fe2d46f910c 100644 --- a/llvm/test/Regression/Transforms/Reassociate/subtest.ll +++ b/llvm/test/Regression/Transforms/Reassociate/subtest.ll @@ -1,6 +1,6 @@ ; With sub reassociation, constant folding can eliminate the 12 and -12 constants. ; -; RUN: as < %s | opt -reassociate -constprop -instcombine -die | dis | not grep 12 +; RUN: llvm-as < %s | opt -reassociate -constprop -instcombine -die | llvm-dis | not grep 12 int "test"(int %A, int %B) { %X = add int -12, %A |

