summaryrefslogtreecommitdiffstats
path: root/test/Transforms/ConstProp/calls.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/ConstProp/calls.ll')
-rw-r--r--test/Transforms/ConstProp/calls.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/ConstProp/calls.ll b/test/Transforms/ConstProp/calls.ll
index c573e56..3c266fe 100644
--- a/test/Transforms/ConstProp/calls.ll
+++ b/test/Transforms/ConstProp/calls.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -constprop | llvm-dis | not grep call
+; RUN: opt < %s -constprop -S | not grep call
declare double @cos(double)
OpenPOWER on IntegriCloud