summaryrefslogtreecommitdiffstats
path: root/llvm
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
commit8547c2d56f3944d368b16868af8d073eace76299 (patch)
treea7168b03a0abeb44293964628b07495d4ab6933d /llvm
parent4c499c4fa66a4c0557c135337974da5ee424e338 (diff)
downloadbcm5719-llvm-8547c2d56f3944d368b16868af8d073eace76299.tar.gz
bcm5719-llvm-8547c2d56f3944d368b16868af8d073eace76299.zip
MarkModRef -> AddReadAttrs.
llvm-svn: 57459
Diffstat (limited to 'llvm')
-rw-r--r--llvm/docs/ReleaseNotes.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html
index 2453f6c3dff..146f4d2134e 100644
--- a/llvm/docs/ReleaseNotes.html
+++ b/llvm/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>
OpenPOWER on IntegriCloud