X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=lib%2FCodeGen%2FAsmPrinter%2FDwarfFile.cpp;h=d62e9bcc86cd34d7bf7147b7087b297fdb3a4d96;hp=c1c50df9ad3443019459283812a211db8c29a1ad;hb=7d26b99189257c06a0da86ccff6bf530a376d81b;hpb=2105bd06afc40e801183fc23bc83eba2fa6ebb3e diff --git a/lib/CodeGen/AsmPrinter/DwarfFile.cpp b/lib/CodeGen/AsmPrinter/DwarfFile.cpp index c1c50df9ad3..d62e9bcc86c 100644 --- a/lib/CodeGen/AsmPrinter/DwarfFile.cpp +++ b/lib/CodeGen/AsmPrinter/DwarfFile.cpp @@ -182,7 +182,7 @@ void DwarfFile::addScopeVariable(LexicalScope *LS, DbgVariable *Var) { // location (eg: via a macro, or without column info, etc)) and then // their arguments are conflated as well. assert((LS->getParent() || CurNum != ArgNum) && - "Missing parameter for top level (non-inlined) function"); + "Duplicate argument for top level (non-inlined) function"); ++I; } Vars.insert(I, Var);