summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-09-02 23:22:50 +0000
committerChris Lattner <sabre@nondot.org>2010-09-02 23:22:50 +0000
commit2295b5a5cdf8a3dc3bee79a3ced985dd5e47bc85 (patch)
treed55924706477f907f4e69f47d25db309dd9264a8 /docs
parent6cd71f0c4026217a501e09dcc2198c6c7a462e44 (diff)
downloadllvm-2295b5a5cdf8a3dc3bee79a3ced985dd5e47bc85.tar.gz
llvm-2295b5a5cdf8a3dc3bee79a3ced985dd5e47bc85.tar.bz2
llvm-2295b5a5cdf8a3dc3bee79a3ced985dd5e47bc85.tar.xz
this is a release note worthy change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112907 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index b937f7d871..1535c28fa0 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -494,6 +494,8 @@ on LLVM 2.7, this section lists some "gotchas" that you may run into upgrading
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>