[x86] Bring some sanity to the x86 CPU processor definitions.
[oota-llvm.git] / docs / StackMaps.rst
index 9236934cf43dfc65b25a28e749d21ba374d0efb9..bd0fb946f9a50ea1bd5f4674aabe498ef24d7999 100644 (file)
@@ -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: