diff options
Diffstat (limited to 'test/Transforms/IndVarsSimplify/tripcount_compute.ll')
-rw-r--r-- | test/Transforms/IndVarsSimplify/tripcount_compute.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/IndVarsSimplify/tripcount_compute.ll b/test/Transforms/IndVarsSimplify/tripcount_compute.ll index 1abc82d..9ffce81 100644 --- a/test/Transforms/IndVarsSimplify/tripcount_compute.ll +++ b/test/Transforms/IndVarsSimplify/tripcount_compute.ll @@ -3,7 +3,7 @@ ; the exit value of the loop will be for some value, allowing us to substitute ; it directly into users outside of the loop, making the loop dead. ; -; RUN: llvm-as < %s | opt -indvars -adce -simplifycfg | llvm-dis | not grep br +; RUN: llvm-as < %s | opt -indvars -loop-deletion -simplifycfg | llvm-dis | not grep br define i32 @linear_setne() { entry: |