diff options
Diffstat (limited to 'test/Transforms/LICM/2003-02-27-NestedLoopExitBlocks.ll')
-rw-r--r-- | test/Transforms/LICM/2003-02-27-NestedLoopExitBlocks.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LICM/2003-02-27-NestedLoopExitBlocks.ll b/test/Transforms/LICM/2003-02-27-NestedLoopExitBlocks.ll index f2e3bea567..4782bd17f8 100644 --- a/test/Transforms/LICM/2003-02-27-NestedLoopExitBlocks.ll +++ b/test/Transforms/LICM/2003-02-27-NestedLoopExitBlocks.ll @@ -1,6 +1,6 @@ ; Exit blocks need to be updated for all nested loops... -; RUN: opt %s -loopsimplify +; RUN: opt < %s -loopsimplify define i32 @yyparse() { bb0: |