diff options
author | Duncan Sands <baldrick@free.fr> | 2009-10-11 19:30:56 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2009-10-11 19:30:56 +0000 |
commit | 83f6c929e38c12c2b9c2210f7b1ede7ba5e6e598 (patch) | |
tree | 39cc0cf9231c16297fe7b2916ac22ba5acc10940 | |
parent | 9289ae85b41eef62ae1fadb93e99d33f723fb682 (diff) |
Remove spurious brackets.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83787 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes-2.6.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes-2.6.html b/docs/ReleaseNotes-2.6.html index 6e51aef70a..8a2f9b4d40 100644 --- a/docs/ReleaseNotes-2.6.html +++ b/docs/ReleaseNotes-2.6.html @@ -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 |