[llvm-commits] [llvm] r112907 - /llvm/trunk/docs/ReleaseNotes.html

Chris Lattner sabre at nondot.org
Thu Sep 2 16:22:50 PDT 2010


Author: lattner
Date: Thu Sep  2 18:22:50 2010
New Revision: 112907

URL: http://llvm.org/viewvc/llvm-project?rev=112907&view=rev
Log:
this is a release note worthy change.

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=112907&r1=112906&r2=112907&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Thu Sep  2 18:22:50 2010
@@ -494,6 +494,8 @@
 from the previous release.</p>
 
 <ul>
+<li>.ll file doesn't produce #uses comments anymore, to get them, run a .bc file
+   through "llvm-dis --show-annotations".</li>
 <li>MSIL Backend removed.</li>
 <li>ABCD and SSI passes removed.</li>
 <li>'Union' LLVM IR feature removed.</li>





More information about the llvm-commits mailing list