[llvm-commits] CVS: llvm/test/Regression/Transforms/LoopPreheaders/2003-04-25-AssertFail.ll

Chris Lattner lattner at cs.uiuc.edu
Sat Apr 26 14:35:01 PDT 2003


Changes in directory llvm/test/Regression/Transforms/LoopPreheaders:

2003-04-25-AssertFail.ll updated: 1.1 -> 1.2

---
Log message:

Add comment to testcase


---
Diffs of the changes:

Index: llvm/test/Regression/Transforms/LoopPreheaders/2003-04-25-AssertFail.ll
diff -u llvm/test/Regression/Transforms/LoopPreheaders/2003-04-25-AssertFail.ll:1.1 llvm/test/Regression/Transforms/LoopPreheaders/2003-04-25-AssertFail.ll:1.2
--- llvm/test/Regression/Transforms/LoopPreheaders/2003-04-25-AssertFail.ll:1.1	Fri Apr 25 18:26:52 2003
+++ llvm/test/Regression/Transforms/LoopPreheaders/2003-04-25-AssertFail.ll	Sat Apr 26 14:33:51 2003
@@ -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:





More information about the llvm-commits mailing list