aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2008-10-13 18:42:43 +0000
committerDuncan Sands <baldrick@free.fr>2008-10-13 18:42:43 +0000
commit1050d7371d60d493cc025919fd4118f07129f92b (patch)
treefb824e022b405a3448eab3055a95e209e51c47fc /docs/ReleaseNotes.html
parent195cd3a58d17f1c98352c6d944549b6c3a50aa1b (diff)
downloadexternal_llvm-1050d7371d60d493cc025919fd4118f07129f92b.zip
external_llvm-1050d7371d60d493cc025919fd4118f07129f92b.tar.gz
external_llvm-1050d7371d60d493cc025919fd4118f07129f92b.tar.bz2
MarkModRef -> AddReadAttrs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57459 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 2453f6c..146f4d2 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -249,7 +249,9 @@ and rewrote ADCE to be simpler faster, and not need control dependence.</li>
pulled out of instcombine and put into a new ValueTracking.h file, where they
can be reused by other passes.</li>
-<li>MarkModRef etc</li>
+<li>The new AddReadAttrs pass works out which functions are read-only or
+read-none (these correspond to 'pure' and 'const' in C) and marks them
+with the appropriate attribute.</li>
</ul>
</div>