[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Tue Mar 16 03:02:00 PST 2004
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.149 -> 1.150
---
Log message:
Fix bug in bug name. It must be the painkillers that I haven't been taking
---
Diffs of the changes: (+2 -2)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.149 llvm/docs/ReleaseNotes.html:1.150
--- llvm/docs/ReleaseNotes.html:1.149 Tue Mar 16 02:54:07 2004
+++ llvm/docs/ReleaseNotes.html Tue Mar 16 03:01:10 2004
@@ -242,7 +242,7 @@
<li><a href="http://llvm.cs.uiuc.edu/PR272">[llvmgcc] Invalid code created for complex division operation</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR268">[llvmgcc] Incorrect code generation for pointer subtraction</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR261">[llvmg++] Crash assigning pointers-to-members with casted types</a></li>
-<li><a href="http://llvm.cs.uiuc.edu/PR291">[llvm-g++] Cleanups and exception handlers don't mix properly</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR291">[llvm-g++] Cleanups and gotos don't mix properly</a></li>
</ol>
</div>
@@ -654,7 +654,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: 2004/03/16 08:54:07 $
+ Last modified: $Date: 2004/03/16 09:01:10 $
</address>
</body>
More information about the llvm-commits
mailing list