diff options
| author | Chris Lattner <sabre@nondot.org> | 2003-04-26 19:33:51 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2003-04-26 19:33:51 +0000 |
| commit | 4852f3aefdf2327726a078d0916424d9ff09ff90 (patch) | |
| tree | 0166f0584d6a3e96f6fb330438bfb74baee7de93 | |
| parent | 72eac6ccacbb69d5370d9060c4d47f2679c1dfc3 (diff) | |
| download | bcm5719-llvm-4852f3aefdf2327726a078d0916424d9ff09ff90.tar.gz bcm5719-llvm-4852f3aefdf2327726a078d0916424d9ff09ff90.zip | |
Add comment to testcase
llvm-svn: 5958
| -rw-r--r-- | llvm/test/Regression/Transforms/LoopPreheaders/2003-04-25-AssertFail.ll | 3 | ||||
| -rw-r--r-- | llvm/test/Regression/Transforms/LoopSimplify/2003-04-25-AssertFail.ll | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/llvm/test/Regression/Transforms/LoopPreheaders/2003-04-25-AssertFail.ll b/llvm/test/Regression/Transforms/LoopPreheaders/2003-04-25-AssertFail.ll index 968c34fd17d..1acc4702c0e 100644 --- a/llvm/test/Regression/Transforms/LoopPreheaders/2003-04-25-AssertFail.ll +++ b/llvm/test/Regression/Transforms/LoopPreheaders/2003-04-25-AssertFail.ll @@ -1,3 +1,6 @@ +; 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 implementation ; Functions: 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 968c34fd17d..1acc4702c0e 100644 --- a/llvm/test/Regression/Transforms/LoopSimplify/2003-04-25-AssertFail.ll +++ b/llvm/test/Regression/Transforms/LoopSimplify/2003-04-25-AssertFail.ll @@ -1,3 +1,6 @@ +; 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 implementation ; Functions: |

