[llvm] r196437 - Fix comment.
Eric Christopher
echristo at gmail.com
Wed Dec 4 16:13:15 PST 2013
Author: echristo
Date: Wed Dec 4 18:13:15 2013
New Revision: 196437
URL: http://llvm.org/viewvc/llvm-project?rev=196437&view=rev
Log:
Fix comment.
Modified:
llvm/trunk/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
Modified: llvm/trunk/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DwarfUnit.cpp?rev=196437&r1=196436&r2=196437&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/DwarfUnit.cpp (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/DwarfUnit.cpp Wed Dec 4 18:13:15 2013
@@ -519,8 +519,8 @@ void Unit::addAddress(DIE *Die, dwarf::A
/// addComplexAddress - Start with the address based on the location provided,
/// and generate the DWARF information necessary to find the actual variable
-/// given the extra address information encoded in the DIVariable, starting from
-/// the starting location. Add the DWARF information to the die.
+/// given the extra address information encoded in the DbgVariable, starting
+/// from the starting location. Add the DWARF information to the die.
///
void Unit::addComplexAddress(const DbgVariable &DV, DIE *Die,
dwarf::Attribute Attribute,
More information about the llvm-commits
mailing list