From 62ea8b6363b9bb5c00833802e6a45429c5922b3d 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35646 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 1aa43a6909b..279a17906ce 100644 --- a/docs/ReleaseNotes.html +++ b/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).
  • -- 2.34.1