diff options
Diffstat (limited to 'llvm/test/Regression/Transforms/LoopSimplify/2003-04-25-AssertFail.ll')
| -rw-r--r-- | llvm/test/Regression/Transforms/LoopSimplify/2003-04-25-AssertFail.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/Transforms/LoopSimplify/2003-04-25-AssertFail.ll b/llvm/test/Regression/Transforms/LoopSimplify/2003-04-25-AssertFail.ll index 1acc4702c0e..a4c733016f7 100644 --- a/llvm/test/Regression/Transforms/LoopSimplify/2003-04-25-AssertFail.ll +++ b/llvm/test/Regression/Transforms/LoopSimplify/2003-04-25-AssertFail.ll @@ -1,7 +1,7 @@ ; This testcase exposed a problem with the loop identification pass (LoopInfo). ; Basically, it was incorrectly calculating the loop nesting information. ; -; RUN: as < %s | opt -preheaders +; RUN: llvm-as < %s | opt -preheaders implementation ; Functions: |

