[llvm-commits] [llvm] r57430 - /llvm/trunk/docs/ReleaseNotes.html
Mikhail Glushenkov
foldr at codedgers.com
Sun Oct 12 19:46:01 PDT 2008
Author: foldr
Date: Sun Oct 12 21:46:01 2008
New Revision: 57430
URL: http://llvm.org/viewvc/llvm-project?rev=57430&view=rev
Log:
Add whitespace before a parenthesis.
Modified:
llvm/trunk/docs/ReleaseNotes.html
Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=57430&r1=57429&r2=57430&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Sun Oct 12 21:46:01 2008
@@ -360,7 +360,7 @@
</p>
<ul>
-<li><tt>llvmc2</tt>(the generic compiler driver) gained plugin
+<li><tt>llvmc2</tt> (the generic compiler driver) gained plugin
support. It is now easier to experiment with <tt>llvmc2</tt> and
build your own tools based on it. </li>
<li>raw_ostream + formatting</li>
More information about the llvm-commits
mailing list