diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2012-03-25 11:14:35 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2012-03-25 11:14:35 +0000 |
commit | 626c346be4403ea139b6a73d2c5a7155c0d93f4e (patch) | |
tree | 295dbaf36d18fb429b18091c27bc368a166fd516 | |
parent | f8c8a9cbb40972b07432d6b25d1a351556485b1e (diff) | |
download | external_llvm-626c346be4403ea139b6a73d2c5a7155c0d93f4e.zip external_llvm-626c346be4403ea139b6a73d2c5a7155c0d93f4e.tar.gz external_llvm-626c346be4403ea139b6a73d2c5a7155c0d93f4e.tar.bz2 |
s/restrict/describe/
Thanks Duncan.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153411 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 961a5f6..23e31b7 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -290,7 +290,7 @@ Release Notes</a>.</h1> <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> |