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 | bb026a0c6323bbe994cff5be123c13e621e8ef54 (patch) | |
tree | 80b6167a26542bbad9d1be420feeafaf4325765b /llvm/docs/ReleaseNotes.html | |
parent | ca97b42ef7b5244ece6c1d06b87e35c7f09b7351 (diff) | |
download | bcm5719-llvm-bb026a0c6323bbe994cff5be123c13e621e8ef54.tar.gz bcm5719-llvm-bb026a0c6323bbe994cff5be123c13e621e8ef54.zip |
formatting tweak for intrinsic
llvm-svn: 58239
Diffstat (limited to 'llvm/docs/ReleaseNotes.html')
-rw-r--r-- | llvm/docs/ReleaseNotes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 1bff0024aa4..3e4d51f2527 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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 |