[llvm-commits] [llvm] r83787 - /llvm/trunk/docs/ReleaseNotes-2.6.html
Duncan Sands
baldrick at free.fr
Sun Oct 11 12:30:56 PDT 2009
Author: baldrick
Date: Sun Oct 11 14:30:56 2009
New Revision: 83787
URL: http://llvm.org/viewvc/llvm-project?rev=83787&view=rev
Log:
Remove spurious brackets.
Modified:
llvm/trunk/docs/ReleaseNotes-2.6.html
Modified: llvm/trunk/docs/ReleaseNotes-2.6.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes-2.6.html?rev=83787&r1=83786&r2=83787&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes-2.6.html (original)
+++ llvm/trunk/docs/ReleaseNotes-2.6.html Sun Oct 11 14:30:56 2009
@@ -611,7 +611,7 @@
<ul>
-<li>The <tt>llc -asm-verbose</tt> option (exposed from llvm-gcc as (<tt>-dA</tt>)
+<li>The <tt>llc -asm-verbose</tt> option (exposed from llvm-gcc as <tt>-dA</tt>
and clang as <tt>-fverbose-asm</tt> or <tt>-dA</tt>) now adds a lot of
useful information in comments to
the generated .s file. This information includes location information (if
More information about the llvm-commits
mailing list