summaryrefslogtreecommitdiffstats
path: root/test/Transforms/Reassociate/2005-09-01-ArrayOutOfBounds.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/Reassociate/2005-09-01-ArrayOutOfBounds.ll')
-rw-r--r--test/Transforms/Reassociate/2005-09-01-ArrayOutOfBounds.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Reassociate/2005-09-01-ArrayOutOfBounds.ll b/test/Transforms/Reassociate/2005-09-01-ArrayOutOfBounds.ll
index d11a2ea..33e44d4 100644
--- a/test/Transforms/Reassociate/2005-09-01-ArrayOutOfBounds.ll
+++ b/test/Transforms/Reassociate/2005-09-01-ArrayOutOfBounds.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -reassociate -instcombine | llvm-dis |\
+; RUN: opt < %s -reassociate -instcombine -S |\
; RUN: grep {ret i32 0}
define i32 @f(i32 %a0, i32 %a1, i32 %a2, i32 %a3, i32 %a4) {
OpenPOWER on IntegriCloud