[llvm-commits] [llvm] r153411 - /llvm/trunk/docs/ReleaseNotes.html
Rafael Espindola
rafael.espindola at gmail.com
Sun Mar 25 04:14:35 PDT 2012
Author: rafael
Date: Sun Mar 25 06:14:35 2012
New Revision: 153411
URL: http://llvm.org/viewvc/llvm-project?rev=153411&view=rev
Log:
s/restrict/describe/
Thanks Duncan.
Modified:
llvm/trunk/docs/ReleaseNotes.html
Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=153411&r1=153410&r2=153411&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Sun Mar 25 06:14:35 2012
@@ -290,7 +290,7 @@
<li>IR support for vectors of pointers, including vector GEPs.</li>
<li>Module flags have been introduced. They convey information about the
module as a whole to LLVM subsystems.</li>
- <li>Loads can now have range metadata attached to them to restrict the
+ <li>Loads can now have range metadata attached to them to describe the
possible values being loaded.</li>
<li>....</li>
</ul>
More information about the llvm-commits
mailing list