diff options
author | Gabor Greif <ggreif@gmail.com> | 2008-10-27 10:17:24 +0000 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2008-10-27 10:17:24 +0000 |
commit | 6f038f4140615380e493dc6a7cff42b0f3061301 (patch) | |
tree | 497bedb031d619a7c07ccde7c6903f94fcb8bd29 /docs/ReleaseNotes.html | |
parent | 3d54502304bcc421b37881b225bf95c9a6024264 (diff) | |
download | external_llvm-6f038f4140615380e493dc6a7cff42b0f3061301.zip external_llvm-6f038f4140615380e493dc6a7cff42b0f3061301.tar.gz external_llvm-6f038f4140615380e493dc6a7cff42b0f3061301.tar.bz2 |
formatting tweak for intrinsic
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58239 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r-- | docs/ReleaseNotes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 1bff002..3e4d51f 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -446,7 +446,7 @@ faster:</p> <ul> <li>Exception handling is supported by default on Linux/x86-64.</li> <li>Position Independent Code (PIC) is now supported on Linux/x86-64.</li> -<li>@llvm.frameaddress now supports getting the frame address of stack frames +<li><tt>@llvm.frameaddress</tt> now supports getting the frame address of stack frames > 0 on x86/x86-64.</li> <li>MIPS has improved a lot since last release, the most important changes are: Little endian support, floating point support, allegrex core and |