From: Daniel Dunbar
Date: Sat, 11 Oct 2008 21:26:56 +0000 (+0000)
Subject: Add API changes which affected me to release notes:
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=43778b38595b2580018e8b59a8d10dadc9644a87;p=oota-llvm.git
Add API changes which affected me to release notes:
- DbgStopPointInst
- Attributes (needs filling in)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57382 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 39ff0504f3c..5be4ad72a62 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -85,6 +85,11 @@ It includes a large number of features and refinements from LLVM 2.3.
- ....
+
+- ... Attributes changes ...
+
+- The DbgStopPointInst methods getDirectory and getFileName now return Value* instead of strings. These can be converted to strings using llvm::GetConstantStringInfo defined via "llvm/Analysis/ValueTracking.h".
+