Remove spurious brackets.
authorDuncan Sands <baldrick@free.fr>
Sun, 11 Oct 2009 19:30:56 +0000 (19:30 +0000)
committerDuncan Sands <baldrick@free.fr>
Sun, 11 Oct 2009 19:30:56 +0000 (19:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83787 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes-2.6.html

index 6e51aef70a6de3eb540ad4812569d63647ba02d8..8a2f9b4d40bae1ce22965a3a21e997d23ea478c6 100644 (file)
@@ -611,7 +611,7 @@ it run faster:</p>
 
 <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