From ca5fdf3b1e667db391a91de8e5627da35940390c Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Wed, 4 Apr 2007 04:14:31 +0000 Subject: [PATCH] Fix links to intrinsic functions outside LangRef.html llvm-svn: 35646 --- llvm/docs/ReleaseNotes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 1aa43a6909ba..279a17906ce6 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -363,8 +363,8 @@ supported. This should not affect LLVM produced by the C or C++ frontends.
  • The C backend does not correctly implement the llvm.stacksave or -llvm.stackrestore +href="LangRef.html#int_stacksave">llvm.stacksave or +llvm.stackrestore intrinsics. This means that some code compiled by it can run out of stack space if they depend on these (e.g. C99 varargs).