diff options
Diffstat (limited to 'llvm/test/Regression/Transforms/Reassociate/2002-05-15-SubReassociate2.ll')
| -rw-r--r-- | llvm/test/Regression/Transforms/Reassociate/2002-05-15-SubReassociate2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/Transforms/Reassociate/2002-05-15-SubReassociate2.ll b/llvm/test/Regression/Transforms/Reassociate/2002-05-15-SubReassociate2.ll index 05f9bd4ae6a..85e746bfe1a 100644 --- a/llvm/test/Regression/Transforms/Reassociate/2002-05-15-SubReassociate2.ll +++ b/llvm/test/Regression/Transforms/Reassociate/2002-05-15-SubReassociate2.ll @@ -1,6 +1,6 @@ ; With sub reassociation, constant folding can eliminate the two 12 constants. ; -; RUN: as < %s | opt -reassociate -constprop -dce | dis | not grep 12 +; RUN: llvm-as < %s | opt -reassociate -constprop -dce | llvm-dis | not grep 12 int "test"(int %A, int %B, int %C, int %D) { %M = add int %A, 12 |

