diff options
author | Eric Christopher <echristo@gmail.com> | 2013-12-05 00:13:15 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2013-12-05 00:13:15 +0000 |
commit | 1c70b6795ba4c4c221480c9577e138652de1175c (patch) | |
tree | f5317da2ced4bed01e0688a93cc17a27794650b1 | |
parent | 87d4a00e9e818688831b070ddb52d50f4a7fa24d (diff) | |
download | bcm5719-llvm-1c70b6795ba4c4c221480c9577e138652de1175c.tar.gz bcm5719-llvm-1c70b6795ba4c4c221480c9577e138652de1175c.zip |
Fix comment.
llvm-svn: 196437
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp index 109534c5691..663bc0c4d4a 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp @@ -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, |