lib/DebugInfo/DWARFDebugLine.cpp: De-Unicode-ify.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 8 Oct 2011 11:22:47 +0000 (11:22 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 8 Oct 2011 11:22:47 +0000 (11:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141484 91177308-0d34-0410-b5e6-96231b3b80d8

lib/DebugInfo/DWARFDebugLine.cpp

index 94efe81539c578b5ddb5195949398d0eab364bb0..fe1ef78b026e420f6fa6f4e4540e16e3f52a4a8a 100644 (file)
@@ -393,8 +393,8 @@ DWARFDebugLine::parseStatementTable(DataExtractor debug_line_data,
       // field in the header, plus the value of the line_range field,
       // minus 1 (line base + line range - 1). If the desired line
       // increment is greater than the maximum line increment, a standard
-      // opcode must be used instead of a special opcode. The address
-      // advance is calculated by dividing the desired address increment
+      // opcode must be used instead of a special opcode. The "address
+      // advance" is calculated by dividing the desired address increment
       // by the minimum_instruction_length field from the header. The
       // special opcode is then calculated using the following formula:
       //