summaryrefslogtreecommitdiffstats
path: root/test/Transforms/IPConstantProp/return-constants.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/IPConstantProp/return-constants.ll')
-rw-r--r--test/Transforms/IPConstantProp/return-constants.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/IPConstantProp/return-constants.ll b/test/Transforms/IPConstantProp/return-constants.ll
index 7205c28..79220dd 100644
--- a/test/Transforms/IPConstantProp/return-constants.ll
+++ b/test/Transforms/IPConstantProp/return-constants.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -ipconstprop | llvm-dis > %t
+; RUN: opt < %s -ipconstprop -S > %t
;; Check that the 21 constants got propagated properly
; RUN: cat %t | grep {%M = add i32 21, 21}
;; Check that the second return values didn't get propagated
OpenPOWER on IntegriCloud