[llvm] r358388 - [Docs] Correct some indentation muppetry that trips buildbots

Jeremy Morse via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 15 03:04:52 PDT 2019


Author: jmorse
Date: Mon Apr 15 03:04:52 2019
New Revision: 358388

URL: http://llvm.org/viewvc/llvm-project?rev=358388&view=rev
Log:
[Docs] Correct some indentation muppetry that trips buildbots

Modified:
    llvm/trunk/docs/SourceLevelDebugging.rst

Modified: llvm/trunk/docs/SourceLevelDebugging.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/SourceLevelDebugging.rst?rev=358388&r1=358387&r2=358388&view=diff
==============================================================================
--- llvm/trunk/docs/SourceLevelDebugging.rst (original)
+++ llvm/trunk/docs/SourceLevelDebugging.rst Mon Apr 15 03:04:52 2019
@@ -531,9 +531,9 @@ within the LLVM IR. By the end of CodeGe
 variable to their machine locations over ranges of instructions.
 From IR to object emission, the major transformations which affect variable
 location fidelity are:
- 1. Instruction Selection
- 2. Register allocation
- 3. Block layout
+1. Instruction Selection
+2. Register allocation
+3. Block layout
 
 each of which are discussed below. In addition, instruction scheduling can
 significantly change the ordering of the program, and occurs in a number of




More information about the llvm-commits mailing list