1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Fix comment.

llvm-svn: 196437
This commit is contained in:
Eric Christopher 2013-12-05 00:13:15 +00:00
parent 675f9245aa
commit d051658b5c

View File

@ -519,8 +519,8 @@ void Unit::addAddress(DIE *Die, dwarf::Attribute Attribute,
/// 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,