From 626c346be4403ea139b6a73d2c5a7155c0d93f4e Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Sun, 25 Mar 2012 11:14:35 +0000 Subject: [PATCH] s/restrict/describe/ Thanks Duncan. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153411 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 961a5f6a703..23e31b7d67f 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -290,7 +290,7 @@ Release Notes.
  • IR support for vectors of pointers, including vector GEPs.
  • Module flags have been introduced. They convey information about the module as a whole to LLVM subsystems.
  • -
  • Loads can now have range metadata attached to them to restrict the +
  • Loads can now have range metadata attached to them to describe the possible values being loaded.
  • ....