From: Andrew Trick Date: Thu, 3 Apr 2014 07:08:21 +0000 (+0000) Subject: Stack map docs. Remove some stray markup. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c8ce9677e6095746fc3d7d423240a07d899d928a;p=oota-llvm.git Stack map docs. Remove some stray markup. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205515 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/StackMaps.rst b/docs/StackMaps.rst index 9236934cf43..bd0fb946f9a 100644 --- a/docs/StackMaps.rst +++ b/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: