summaryrefslogtreecommitdiff
path: root/lib/DebugInfo/DWARFDebugLine.cpp
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-10-08 11:22:47 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-10-08 11:22:47 +0000
commit017449d64b8920eb926e9e752e22d2f5921a6237 (patch)
treed81feb82026e052aa671c857f436153ce38cdb86 /lib/DebugInfo/DWARFDebugLine.cpp
parent3a79eac5b8b2fa9e1376a7833723b6bfc1d26570 (diff)
downloadllvm-017449d64b8920eb926e9e752e22d2f5921a6237.tar.gz
llvm-017449d64b8920eb926e9e752e22d2f5921a6237.tar.bz2
llvm-017449d64b8920eb926e9e752e22d2f5921a6237.tar.xz
lib/DebugInfo/DWARFDebugLine.cpp: De-Unicode-ify.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141484 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/DebugInfo/DWARFDebugLine.cpp')
-rw-r--r--lib/DebugInfo/DWARFDebugLine.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/DebugInfo/DWARFDebugLine.cpp b/lib/DebugInfo/DWARFDebugLine.cpp
index 94efe81539..fe1ef78b02 100644
--- a/lib/DebugInfo/DWARFDebugLine.cpp
+++ b/lib/DebugInfo/DWARFDebugLine.cpp
@@ -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:
//