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 | dcea7e921b4c6ba75cc76c4855160298f6cce52a (patch) | |
| tree | 9fee61df74139bff6e8391054805691e1333dff6 /llvm/docs | |
| parent | 907ec36943b56dc045dbcea69e80e26d91383046 (diff) | |
| download | bcm5719-llvm-dcea7e921b4c6ba75cc76c4855160298f6cce52a.tar.gz bcm5719-llvm-dcea7e921b4c6ba75cc76c4855160298f6cce52a.zip | |
Remove spurious brackets.
llvm-svn: 83787
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/ReleaseNotes-2.6.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/ReleaseNotes-2.6.html b/llvm/docs/ReleaseNotes-2.6.html index 6e51aef70a6..8a2f9b4d40b 100644 --- a/llvm/docs/ReleaseNotes-2.6.html +++ b/llvm/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 |

