summaryrefslogtreecommitdiff
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 e19d274830..ff97482dc0 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: opt %s -tailcallelim | llvm-dis | not grep call
+; RUN: opt %s -tailcallelim -S | not grep call
define i32 @aaa(i32 %c) {
entry: