diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-04-04 04:14:31 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-04-04 04:14:31 +0000 |
commit | 62ea8b6363b9bb5c00833802e6a45429c5922b3d (patch) | |
tree | a6c43cded6cb2eb17175810cd8a8ee53c0eb798b | |
parent | a3e435fdfdc16af547b240d5efab59f132fe9021 (diff) |
Fix links to intrinsic functions outside LangRef.html
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35646 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 1aa43a6909..279a17906c 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -363,8 +363,8 @@ supported</a>. This should not affect LLVM produced by the C or C++ frontends.</li> <li>The C backend does not correctly implement the <a -href="LangRef.html#i_stacksave"><tt>llvm.stacksave</tt></a> or -<a href="LangRef.html#i_stackrestore"><tt>llvm.stackrestore</tt></a> +href="LangRef.html#int_stacksave"><tt>llvm.stacksave</tt></a> or +<a href="LangRef.html#int_stackrestore"><tt>llvm.stackrestore</tt></a> intrinsics. This means that some code compiled by it can run out of stack space if they depend on these (e.g. C99 varargs).</li> |