aboutsummaryrefslogtreecommitdiffstats
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 6bc6469..b103d89 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: llvm-upgrade < %s | llvm-as | opt -tailcallelim | llvm-dis | not grep call
int %mul(int %x, int %y) {
entry: