summaryrefslogtreecommitdiffstats
path: root/test/Transforms/TailCallElim/return_constant.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/TailCallElim/return_constant.ll')
-rw-r--r--test/Transforms/TailCallElim/return_constant.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/TailCallElim/return_constant.ll b/test/Transforms/TailCallElim/return_constant.ll
index ab69a42..48e5641 100644
--- a/test/Transforms/TailCallElim/return_constant.ll
+++ b/test/Transforms/TailCallElim/return_constant.ll
@@ -1,7 +1,7 @@
; Though this case seems to be fairly unlikely to occur in the wild, someone
; plunked it into the demo script, so maybe they care about it.
;
-; RUN: llvm-as < %s | opt -tailcallelim | llvm-dis | not grep call
+; RUN: opt < %s -tailcallelim -S | not grep call
define i32 @aaa(i32 %c) {
entry:
OpenPOWER on IntegriCloud