summaryrefslogtreecommitdiffstats
path: root/llvm/docs
diff options
context:
space:
mode:
authorZhou Sheng <zhousheng00@gmail.com>2007-06-05 05:28:26 +0000
committerZhou Sheng <zhousheng00@gmail.com>2007-06-05 05:28:26 +0000
commit2444a9adeb18faef5c08486ea5174cdf8d039b03 (patch)
tree2e8e43a36ee9a220ac75a108aec7bb34a13af823 /llvm/docs
parent59754300a87ec076c1456632a5c660a9d8985c97 (diff)
downloadbcm5719-llvm-2444a9adeb18faef5c08486ea5174cdf8d039b03.tar.gz
bcm5719-llvm-2444a9adeb18faef5c08486ea5174cdf8d039b03.zip
Commit first round work of PR1373. "noalias" is now fully supported in
VMCore, BitCode, and Assembly. Documentation and test case paramattrs.ll updated also. llvm-svn: 37432
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/LangRef.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html
index e9b3c5601f1..8d2dc2f98a8 100644
--- a/llvm/docs/LangRef.html
+++ b/llvm/docs/LangRef.html
@@ -784,6 +784,9 @@ a power of 2.</p>
<dt><tt>sret</tt></dt>
<dd>This indicates that the parameter specifies the address of a structure
that is the return value of the function in the source program.</dd>
+ <dt><tt>noalias</tt></dt>
+ <dd>This indicates that the parameter not alias any other object or any
+ other "noalias" objects during the function call.
<dt><tt>noreturn</tt></dt>
<dd>This function attribute indicates that the function never returns. This
indicates to LLVM that every call to this function should be treated as if
OpenPOWER on IntegriCloud