From: Jeremy Morse Date: Mon, 15 Apr 2019 10:04:52 +0000 (+0000) Subject: [Docs] Correct some indentation muppetry that trips buildbots X-Git-Tag: android-x86-9.0-r1~4659 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=4159a62fd31a7823ed53497d3ab11f59509b5707;p=android-x86%2Fexternal-llvm.git [Docs] Correct some indentation muppetry that trips buildbots git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@358388 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/SourceLevelDebugging.rst b/docs/SourceLevelDebugging.rst index e710bf9d6da..977b7b7e745 100644 --- a/docs/SourceLevelDebugging.rst +++ b/docs/SourceLevelDebugging.rst @@ -531,9 +531,9 @@ within the LLVM IR. By the end of CodeGen, this becomes a mapping from each 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