[llvm-commits] [llvm] r141484 - /llvm/trunk/lib/DebugInfo/DWARFDebugLine.cpp

NAKAMURA Takumi geek4civic at gmail.com
Sat Oct 8 04:22:47 PDT 2011


Author: chapuni
Date: Sat Oct  8 06:22:47 2011
New Revision: 141484

URL: http://llvm.org/viewvc/llvm-project?rev=141484&view=rev
Log:
lib/DebugInfo/DWARFDebugLine.cpp: De-Unicode-ify.

Modified:
    llvm/trunk/lib/DebugInfo/DWARFDebugLine.cpp

Modified: llvm/trunk/lib/DebugInfo/DWARFDebugLine.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/DebugInfo/DWARFDebugLine.cpp?rev=141484&r1=141483&r2=141484&view=diff
==============================================================================
--- llvm/trunk/lib/DebugInfo/DWARFDebugLine.cpp (original)
+++ llvm/trunk/lib/DebugInfo/DWARFDebugLine.cpp Sat Oct  8 06:22:47 2011
@@ -393,8 +393,8 @@
       // 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:
       //





More information about the llvm-commits mailing list