From da97149f568a84982013048e2cb639c06b20e164 Mon Sep 17 00:00:00 2001 From: Andrew Trick Date: Thu, 3 Apr 2014 07:08:21 +0000 Subject: Stack map docs. Remove some stray markup. llvm-svn: 205515 --- llvm/docs/StackMaps.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'llvm/docs') 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: -- cgit v1.2.3