summaryrefslogtreecommitdiffstats
path: root/test/Transforms/ScalarRepl/badarray.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/ScalarRepl/badarray.ll')
-rw-r--r--test/Transforms/ScalarRepl/badarray.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/ScalarRepl/badarray.ll b/test/Transforms/ScalarRepl/badarray.ll
index c488486..909966f 100644
--- a/test/Transforms/ScalarRepl/badarray.ll
+++ b/test/Transforms/ScalarRepl/badarray.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -scalarrepl -instcombine | llvm-dis | not grep alloca
+; RUN: opt < %s -scalarrepl -instcombine -S | not grep alloca
; PR3466
define i32 @test() {
OpenPOWER on IntegriCloud