From 944df00962fb2bcba5b0990848867c22e59469ed Mon Sep 17 00:00:00 2001
From: Torok Edwin
Date: Tue, 21 Jul 2009 20:27:10 +0000
Subject: Add a few fairly obvious API changes I noticed while porting some old
code.
llvm-svn: 76636
---
llvm/docs/ReleaseNotes-2.6.html | 8 ++++++++
1 file changed, 8 insertions(+)
(limited to 'llvm/docs')
diff --git a/llvm/docs/ReleaseNotes-2.6.html b/llvm/docs/ReleaseNotes-2.6.html
index 362113c5feb..3a32dc9c546 100644
--- a/llvm/docs/ReleaseNotes-2.6.html
+++ b/llvm/docs/ReleaseNotes-2.6.html
@@ -457,6 +457,14 @@ API changes are:
already exists. If Force is set to true, the file will
be silently truncated (which is the behavior before this flag was
added).
+SCEVHandle no longer exists, because reference counting is no
+longer done for SCEV* objects, instead const SCEV* should be
+used.
+llvm-dis now fails if output file exists, instead of dumping to stdout.
+FIXME: describe any other tool changes due to the raw_fd_ostream change
+temporarely due to Context API change passes should call doInitialization()
+method of the pass they inherit from, otherwise Context is NULL.
+FIXME: remove this entry when this is no longer needed.
--
cgit v1.2.3