summaryrefslogtreecommitdiffstats
path: root/llvm/docs
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2014-04-03 07:08:21 +0000
committerAndrew Trick <atrick@apple.com>2014-04-03 07:08:21 +0000
commitda97149f568a84982013048e2cb639c06b20e164 (patch)
tree7184bc13db4fdf9abc4a1fd3eae09bc25b7a08aa /llvm/docs
parentc7c6a9370490acb1a4c158e2227f0cdda7d08cb8 (diff)
downloadbcm5719-llvm-da97149f568a84982013048e2cb639c06b20e164.tar.gz
bcm5719-llvm-da97149f568a84982013048e2cb639c06b20e164.zip
Stack map docs. Remove some stray markup.
llvm-svn: 205515
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/StackMaps.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/llvm/docs/StackMaps.rst b/llvm/docs/StackMaps.rst
index 9236934cf43..bd0fb946f9a 100644
--- a/llvm/docs/StackMaps.rst
+++ b/llvm/docs/StackMaps.rst
@@ -400,10 +400,9 @@ immediately after compiling a module and encode the information in its
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:
OpenPOWER on IntegriCloud