diff options
Diffstat (limited to 'test/Transforms/Reassociate/2002-05-15-SubReassociate.ll')
-rw-r--r-- | test/Transforms/Reassociate/2002-05-15-SubReassociate.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Reassociate/2002-05-15-SubReassociate.ll b/test/Transforms/Reassociate/2002-05-15-SubReassociate.ll index de0666e956..441c14569c 100644 --- a/test/Transforms/Reassociate/2002-05-15-SubReassociate.ll +++ b/test/Transforms/Reassociate/2002-05-15-SubReassociate.ll @@ -1,6 +1,6 @@ ; With sub reassociation, constant folding can eliminate all of the constants. ; -; RUN: llvm-as < %s | opt -reassociate -constprop -instcombine -dce | llvm-dis | not grep add +; RUN: opt %s -reassociate -constprop -instcombine -dce | llvm-dis | not grep add define i32 @test(i32 %A, i32 %B) { %W = add i32 5, %B ; <i32> [#uses=1] |