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 | ca5fdf3b1e667db391a91de8e5627da35940390c (patch) | |
| tree | 5e12e3d7fa42e4cb2efc4d4152036fd55b02528d /llvm/docs | |
| parent | 96a5f023929855db080afd381830ddab87a0c958 (diff) | |
| download | bcm5719-llvm-ca5fdf3b1e667db391a91de8e5627da35940390c.tar.gz bcm5719-llvm-ca5fdf3b1e667db391a91de8e5627da35940390c.zip | |
Fix links to intrinsic functions outside LangRef.html
llvm-svn: 35646
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/ReleaseNotes.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 1aa43a6909b..279a17906ce 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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> |

