diff options
Diffstat (limited to 'test/Transforms/LoopUnswitch/preserve-analyses.ll')
-rw-r--r-- | test/Transforms/LoopUnswitch/preserve-analyses.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LoopUnswitch/preserve-analyses.ll b/test/Transforms/LoopUnswitch/preserve-analyses.ll index 8d3f138..3364fb2 100644 --- a/test/Transforms/LoopUnswitch/preserve-analyses.ll +++ b/test/Transforms/LoopUnswitch/preserve-analyses.ll @@ -1,4 +1,4 @@ -; RUN: opt -loop-unswitch %s -disable-output +; RUN: opt -loop-unswitch -verify-loop-info -verify-dom-info %s -disable-output ; Loop unswitch should be able to unswitch these loops and ; preserve LCSSA and LoopSimplify forms. |