[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Thu Feb 5 11:32:02 PST 2004
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.109 -> 1.110
---
Log message:
s/gcse/scalarrepl
---
Diffs of the changes: (+2 -2)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.109 llvm/docs/ReleaseNotes.html:1.110
--- llvm/docs/ReleaseNotes.html:1.109 Wed Feb 4 18:48:41 2004
+++ llvm/docs/ReleaseNotes.html Thu Feb 5 11:31:37 2004
@@ -123,7 +123,7 @@
<li><a href="http://llvm.cs.uiuc.edu/PR196">[vmcore] OpaqueType objects memory leak</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR182">[llvmgcc] C front-end does not compile "extern inline" into linkonce</a></li>
<li><a href="http://llvm.cs.uiuc.edu/PR73">Bytecode format inconsistent</a></li>
-<li><a href="http://llvm.cs.uiuc.edu/PR209">[loadvn/inline/gcse] Slow optimizations with extremely large basic blocks</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR209">[loadvn/inline/scalarrepl] Slow optimizations with extremely large basic blocks</a></li>
</ol>
<!--=========================================================================-->
@@ -618,7 +618,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/02/05 00:48:41 $
+ Last modified: $Date: 2004/02/05 17:31:37 $
</address>
</body>
More information about the llvm-commits
mailing list