Add comment to testcase
authorChris Lattner <sabre@nondot.org>
Sat, 26 Apr 2003 19:33:51 +0000 (19:33 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 26 Apr 2003 19:33:51 +0000 (19:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5958 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/LoopPreheaders/2003-04-25-AssertFail.ll
test/Transforms/LoopSimplify/2003-04-25-AssertFail.ll

index 968c34fd17d9532e703e2dc344886c78b0ee33cb..1acc4702c0ea9a218ebd608d8790ec6684036b70 100644 (file)
@@ -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:
index 968c34fd17d9532e703e2dc344886c78b0ee33cb..1acc4702c0ea9a218ebd608d8790ec6684036b70 100644 (file)
@@ -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: