This is the matching change for the data structure name changes for the
[oota-llvm.git] / lib / MC / MCParser / AsmParser.cpp
index 5a69bea2fe3a10a7a098d251c7348d8ff1e2e7b8..0c05c7ec1a2892e6e0f4032a1237ca14d20714bd 100644 (file)
@@ -1076,10 +1076,10 @@ bool AsmParser::ParseStatement() {
     Out.EmitLabel(Sym);
 
     // If we are generating dwarf for assembly source files then gather the
-    // info to make a dwarf subprogram entry for this label if needed.
+    // info to make a dwarf label entry for this label if needed.
     if (getContext().getGenDwarfForAssembly())
-      MCGenDwarfSubprogramEntry::Make(Sym, &getStreamer(), getSourceManager(),
-                                      IDLoc);
+      MCGenDwarfLabelEntry::Make(Sym, &getStreamer(), getSourceManager(),
+                                 IDLoc);
 
     // Consume any end of statement token, if present, to avoid spurious
     // AddBlankLine calls().