diff options
Diffstat (limited to 'test/Transforms/TailCallElim/dont_reorder_load.ll')
-rw-r--r-- | test/Transforms/TailCallElim/dont_reorder_load.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/TailCallElim/dont_reorder_load.ll b/test/Transforms/TailCallElim/dont_reorder_load.ll index 8fbe008387622..7b3b2326467af 100644 --- a/test/Transforms/TailCallElim/dont_reorder_load.ll +++ b/test/Transforms/TailCallElim/dont_reorder_load.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as <%s | opt -tailcallelim | llvm-dis | grep call | count 3 +; RUN: opt < %s -tailcallelim -S | grep call | count 3 ; PR4323 ; Several cases where tail call elimination should not move the load above the |