summaryrefslogtreecommitdiffstats
path: root/test/Transforms/Reassociate/looptest.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/Reassociate/looptest.ll')
-rw-r--r--test/Transforms/Reassociate/looptest.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/Reassociate/looptest.ll b/test/Transforms/Reassociate/looptest.ll
index 3b28c23..91723bc 100644
--- a/test/Transforms/Reassociate/looptest.ll
+++ b/test/Transforms/Reassociate/looptest.ll
@@ -12,7 +12,7 @@
; In this case, we want to reassociate the specified expr so that i+j can be
; hoisted out of the inner most loop.
;
-; RUN: llvm-as < %s | opt -reassociate | llvm-dis | grep 115 | not grep 117
+; RUN: opt < %s -reassociate -S | grep 115 | not grep 117
; END.
@.LC0 = internal global [4 x i8] c"%d\0A\00" ; <[4 x i8]*> [#uses=1]
OpenPOWER on IntegriCloud