From: Gabor Greif
Date: Mon, 2 Mar 2009 12:23:55 +0000 (+0000)
Subject: note the removal of deprecated interfaces
X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=cc465507859e883dd6cb41a8db8c8236bc2b99c9;p=oota-llvm.git
note the removal of deprecated interfaces
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65841 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 3eab4eb1bfc..56eea956ab8 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -613,7 +613,8 @@ from the previous release.
API changes are:
-- ?
+- Some deprecated interfaces to create Instruction subclasses, that
+ were spelled with lower case "create", have been removed.