summaryrefslogtreecommitdiffstats
path: root/test/Transforms/ArgumentPromotion/2008-07-02-array-indexing.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/ArgumentPromotion/2008-07-02-array-indexing.ll')
-rw-r--r--test/Transforms/ArgumentPromotion/2008-07-02-array-indexing.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/ArgumentPromotion/2008-07-02-array-indexing.ll b/test/Transforms/ArgumentPromotion/2008-07-02-array-indexing.ll
index 11bcb28..d7d5eb5 100644
--- a/test/Transforms/ArgumentPromotion/2008-07-02-array-indexing.ll
+++ b/test/Transforms/ArgumentPromotion/2008-07-02-array-indexing.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -argpromotion | llvm-dis > %t
+; RUN: opt < %s -argpromotion -S > %t
; RUN: cat %t | grep {define.*@callee(.*i32\\*}
; PR2498
OpenPOWER on IntegriCloud