summaryrefslogtreecommitdiffstats
path: root/llvm/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
commitf995985ebabfdafa2e31cd26aeee4a5c6a55eb18 (patch)
tree7338186ded8de72297ea14e7d9a4f77790f4a008 /llvm/lib/DebugInfo/DWARFDebugLine.cpp
parentade616cb5746eb10a43e9771749bc6882959f2a3 (diff)
downloadbcm5719-llvm-f995985ebabfdafa2e31cd26aeee4a5c6a55eb18.tar.gz
bcm5719-llvm-f995985ebabfdafa2e31cd26aeee4a5c6a55eb18.zip
lib/DebugInfo/DWARFDebugLine.cpp: De-Unicode-ify.
llvm-svn: 141484
Diffstat (limited to 'llvm/lib/DebugInfo/DWARFDebugLine.cpp')
-rw-r--r--llvm/lib/DebugInfo/DWARFDebugLine.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/DebugInfo/DWARFDebugLine.cpp b/llvm/lib/DebugInfo/DWARFDebugLine.cpp
index 94efe81539c..fe1ef78b026 100644
--- a/llvm/lib/DebugInfo/DWARFDebugLine.cpp
+++ b/llvm/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:
//
OpenPOWER on IntegriCloud