Fix the build from the last commit

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221089 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
David Blaikie
2014-11-02 07:08:12 +00:00
parent 9aa32f9e1f
commit 3c2838f6ad

View File

@ -810,7 +810,7 @@ void DwarfCompileUnit::addLocationList(DIE &Die, dwarf::Attribute Attribute,
Die.addValue(Attribute, Form, Value);
}
void DwarfUnit::applyVariableAttributes(const DbgVariable &Var,
void DwarfCompileUnit::applyVariableAttributes(const DbgVariable &Var,
DIE &VariableDie) {
StringRef Name = Var.getName();
if (!Name.empty())