Fix links to intrinsic functions outside LangRef.html
llvm-svn: 35646
This commit is contained in:
parent
96a5f02392
commit
ca5fdf3b1e
|
|
@ -363,8 +363,8 @@ supported</a>. This should not affect LLVM produced by the C or C++
|
||||||
frontends.</li>
|
frontends.</li>
|
||||||
|
|
||||||
<li>The C backend does not correctly implement the <a
|
<li>The C backend does not correctly implement the <a
|
||||||
href="LangRef.html#i_stacksave"><tt>llvm.stacksave</tt></a> or
|
href="LangRef.html#int_stacksave"><tt>llvm.stacksave</tt></a> or
|
||||||
<a href="LangRef.html#i_stackrestore"><tt>llvm.stackrestore</tt></a>
|
<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
|
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>
|
space if they depend on these (e.g. C99 varargs).</li>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue