[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Mon Dec 22 17:57:01 PST 2003
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.93 -> 1.94
---
Log message:
bug fixed
---
Diffs of the changes: (+3 -1)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.93 llvm/docs/ReleaseNotes.html:1.94
--- llvm/docs/ReleaseNotes.html:1.93 Sun Dec 21 22:06:24 2003
+++ llvm/docs/ReleaseNotes.html Mon Dec 22 17:56:37 2003
@@ -151,6 +151,8 @@
infrequent crash</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR194">[indvars] Induction variable
canonicalization always makes 32-bit indvars</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR193">[constantmerge] Merging globals can
+cause use of invalid pointers!</a></li>
</ol>
@@ -596,7 +598,7 @@
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2003/12/22 04:06:24 $
+ Last modified: $Date: 2003/12/22 23:56:37 $
</address>
</body>
More information about the llvm-commits
mailing list