From: Chris Lattner
Date: Thu, 2 Sep 2010 23:22:50 +0000 (+0000)
Subject: this is a release note worthy change.
X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=2295b5a5cdf8a3dc3bee79a3ced985dd5e47bc85;p=oota-llvm.git
this is a release note worthy change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112907 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index b937f7d8713..1535c28fa03 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.
+- .ll file doesn't produce #uses comments anymore, to get them, run a .bc file
+ through "llvm-dis --show-annotations".
- MSIL Backend removed.
- ABCD and SSI passes removed.
- 'Union' LLVM IR feature removed.