summaryrefslogtreecommitdiff
path: root/test/Transforms/TailCallElim/reorder_load.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/TailCallElim/reorder_load.ll')
-rw-r--r--test/Transforms/TailCallElim/reorder_load.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/TailCallElim/reorder_load.ll b/test/Transforms/TailCallElim/reorder_load.ll
index aeb9042bc7..efa2910a75 100644
--- a/test/Transforms/TailCallElim/reorder_load.ll
+++ b/test/Transforms/TailCallElim/reorder_load.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as <%s | opt -tailcallelim | llvm-dis | not grep call
+; RUN: llvm-as <%s | opt -tailcallelim -S | not grep call
; PR4323
; Several cases where tail call elimination should move the load above the call,