diff options
Diffstat (limited to 'llvm/docs/ReleaseNotes-2.6.html')
| -rw-r--r-- | llvm/docs/ReleaseNotes-2.6.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/docs/ReleaseNotes-2.6.html b/llvm/docs/ReleaseNotes-2.6.html index 0638baeb5e3..bb0674d404d 100644 --- a/llvm/docs/ReleaseNotes-2.6.html +++ b/llvm/docs/ReleaseNotes-2.6.html @@ -611,8 +611,9 @@ it run faster:</p> <ul> -<li>The <tt>llc -asm-verbose</tt> option (exposed from llvm-gcc and clang as - <tt>-fverbose-asm</tt>) now adds a lot of useful information in comments to +<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 built with <tt>-g</tt>) and loop nest information.</li> <li>The code generator now supports a new MachineVerifier pass which is useful |

