diff options
Diffstat (limited to 'test/Transforms/Reassociate/mulfactor.ll')
-rw-r--r-- | test/Transforms/Reassociate/mulfactor.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Reassociate/mulfactor.ll b/test/Transforms/Reassociate/mulfactor.ll index f80019c..c5a471f 100644 --- a/test/Transforms/Reassociate/mulfactor.ll +++ b/test/Transforms/Reassociate/mulfactor.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -reassociate -instcombine | llvm-dis | grep mul | count 2 +; RUN: opt %s -reassociate -instcombine | llvm-dis | grep mul | count 2 ; This should have exactly 2 multiplies when we're done. |