diff options
author | Eric Christopher <echristo@apple.com> | 2011-10-03 15:49:16 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2011-10-03 15:49:16 +0000 |
commit | f84354bfb1b24d5cf53e69b59336239bbe2da48d (patch) | |
tree | 79b6e1a935f513d22c04c86a1de1239c5718dde1 /llvm | |
parent | 33a30f4159ba82ec90188be9e9e1431e62780c0f (diff) | |
download | bcm5719-llvm-f84354bfb1b24d5cf53e69b59336239bbe2da48d.tar.gz bcm5719-llvm-f84354bfb1b24d5cf53e69b59336239bbe2da48d.zip |
Typo.
llvm-svn: 141004
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp index ad16ac1004c..d7c702a5fc4 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp @@ -386,7 +386,7 @@ DIE *DwarfDebug::constructScopeDIE(CompileUnit *TheCU, LexicalScope *Scope) { TheCU->constructVariableDIE(ArgDV, Scope->isAbstractScope())) Children.push_back(Arg); - // Collect lexical scope childrens first. + // Collect lexical scope children first. const SmallVector<DbgVariable *, 8> &Variables = ScopeVariables.lookup(Scope); for (unsigned i = 0, N = Variables.size(); i < N; ++i) if (DIE *Variable = |