[llvm-commits] [llvm] r58239 - /llvm/trunk/docs/ReleaseNotes.html
Gabor Greif
ggreif at gmail.com
Mon Oct 27 03:17:24 PDT 2008
Author: ggreif
Date: Mon Oct 27 05:17:24 2008
New Revision: 58239
URL: http://llvm.org/viewvc/llvm-project?rev=58239&view=rev
Log:
formatting tweak for intrinsic
Modified:
llvm/trunk/docs/ReleaseNotes.html
Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=58239&r1=58238&r2=58239&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Mon Oct 27 05:17:24 2008
@@ -446,7 +446,7 @@
<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
More information about the llvm-commits
mailing list