lib/DebugInfo/DWARFDebugLine.cpp: De-Unicode-ify.

llvm-svn: 141484
This commit is contained in:
NAKAMURA Takumi 2011-10-08 11:22:47 +00:00
parent ade616cb57
commit f995985eba
1 changed files with 2 additions and 2 deletions

View 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:
//