diff options
| author | Chris Lattner <sabre@nondot.org> | 2003-10-12 21:42:35 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2003-10-12 21:42:35 +0000 |
| commit | 915403f065243e7985dc8e2253b71f0242bc54d3 (patch) | |
| tree | 93e957bdf2f0c50effa31662010078d164212312 /test/Transforms/LoopSimplify | |
| parent | bebd86d58eea8839691785a08917040751334083 (diff) | |
| download | external_llvm-915403f065243e7985dc8e2253b71f0242bc54d3.zip external_llvm-915403f065243e7985dc8e2253b71f0242bc54d3.tar.gz external_llvm-915403f065243e7985dc8e2253b71f0242bc54d3.tar.bz2 | |
The -preheaders pass is now known as -loopsimplify
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9057 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/LoopSimplify')
4 files changed, 4 insertions, 4 deletions
diff --git a/test/Transforms/LoopSimplify/2003-04-25-AssertFail.ll b/test/Transforms/LoopSimplify/2003-04-25-AssertFail.ll index a4c7330..8a07cab 100644 --- a/test/Transforms/LoopSimplify/2003-04-25-AssertFail.ll +++ b/test/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: llvm-as < %s | opt -preheaders +; RUN: llvm-as < %s | opt -loopsimplify implementation ; Functions: diff --git a/test/Transforms/LoopSimplify/2003-05-12-PreheaderExitOfChild.ll b/test/Transforms/LoopSimplify/2003-05-12-PreheaderExitOfChild.ll index 2382429..4bff954 100644 --- a/test/Transforms/LoopSimplify/2003-05-12-PreheaderExitOfChild.ll +++ b/test/Transforms/LoopSimplify/2003-05-12-PreheaderExitOfChild.ll @@ -2,7 +2,7 @@ ; inserted for the "fail" loop, but the exit block of a loop is not updated ; to be the preheader instead of the exit loop itself. -; RUN: llvm-as < %s | opt -preheaders +; RUN: llvm-as < %s | opt -loopsimplify int %re_match_2() { br label %loopentry.1 diff --git a/test/Transforms/LoopSimplify/basictest.ll b/test/Transforms/LoopSimplify/basictest.ll index 294140b..a8835df 100644 --- a/test/Transforms/LoopSimplify/basictest.ll +++ b/test/Transforms/LoopSimplify/basictest.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -preheaders +; RUN: llvm-as < %s | opt -loopsimplify implementation diff --git a/test/Transforms/LoopSimplify/hardertest.ll b/test/Transforms/LoopSimplify/hardertest.ll index 9179c49..04a2739 100644 --- a/test/Transforms/LoopSimplify/hardertest.ll +++ b/test/Transforms/LoopSimplify/hardertest.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -preheaders +; RUN: llvm-as < %s | opt -loopsimplify void %foo(bool %C) { br bool %C, label %T, label %F |
