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 0eb922d3b7..23c92b650c 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: as < %s | opt -preheaders +; RUN: llvm-as < %s | opt -preheaders implementation ; Functions: |