diff options
author | Duncan Sands <baldrick@free.fr> | 2008-10-13 18:42:43 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2008-10-13 18:42:43 +0000 |
commit | 8547c2d56f3944d368b16868af8d073eace76299 (patch) | |
tree | a7168b03a0abeb44293964628b07495d4ab6933d /llvm | |
parent | 4c499c4fa66a4c0557c135337974da5ee424e338 (diff) | |
download | bcm5719-llvm-8547c2d56f3944d368b16868af8d073eace76299.tar.gz bcm5719-llvm-8547c2d56f3944d368b16868af8d073eace76299.zip |
MarkModRef -> AddReadAttrs.
llvm-svn: 57459
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/docs/ReleaseNotes.html | 4 |
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> |