summaryrefslogtreecommitdiffstats
path: root/test/Transforms/TailCallElim/accum_recursion_constant_arg.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/TailCallElim/accum_recursion_constant_arg.ll')
-rw-r--r--test/Transforms/TailCallElim/accum_recursion_constant_arg.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/TailCallElim/accum_recursion_constant_arg.ll b/test/Transforms/TailCallElim/accum_recursion_constant_arg.ll
index 4d63b59..2a90cf3 100644
--- a/test/Transforms/TailCallElim/accum_recursion_constant_arg.ll
+++ b/test/Transforms/TailCallElim/accum_recursion_constant_arg.ll
@@ -3,7 +3,7 @@
; go out to the anonymous users of the demo script for "suggesting"
; optimizations that should be done. :)
-; RUN: llvm-as < %s | opt -tailcallelim | llvm-dis | not grep call
+; RUN: opt < %s -tailcallelim -S | not grep call
define i32 @mul(i32 %x, i32 %y) {
entry:
OpenPOWER on IntegriCloud