[llvm] r205515 - Stack map docs. Remove some stray markup.
Andrew Trick
atrick at apple.com
Thu Apr 3 00:08:21 PDT 2014
Author: atrick
Date: Thu Apr 3 02:08:21 2014
New Revision: 205515
URL: http://llvm.org/viewvc/llvm-project?rev=205515&view=rev
Log:
Stack map docs. Remove some stray markup.
Modified:
llvm/trunk/docs/StackMaps.rst
Modified: llvm/trunk/docs/StackMaps.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/StackMaps.rst?rev=205515&r1=205514&r2=205515&view=diff
==============================================================================
--- llvm/trunk/docs/StackMaps.rst (original)
+++ llvm/trunk/docs/StackMaps.rst Thu Apr 3 02:08:21 2014
@@ -400,10 +400,9 @@ immediately after compiling a module and
own format. Since the runtime controls the allocation of sections, it
can reuse the same stack map space for multiple modules.
-..
- Stackmap support is currently only implemented for 64-bit
- platforms. However, a 32-bit implementation should be able to use
- the same format with an insignificant amount of wasted space.
+Stackmap support is currently only implemented for 64-bit
+platforms. However, a 32-bit implementation should be able to use the
+same format with an insignificant amount of wasted space.
.. _stackmap-section:
More information about the llvm-commits
mailing list