MC/AsmParser: Report .stabs directive as unsupported.
[oota-llvm.git] / lib / MC / MCDwarf.cpp
index faa2df0ae95cea97d4e39d390f92ce82bc6f6589..17d164f2c7b628f7bc8f40ad0fd2ad81930678d2 100644 (file)
@@ -76,7 +76,7 @@ void MCLineEntry::Make(MCObjectStreamer *MCOS, const MCSection *Section) {
   MCLineEntry LineEntry(LineSym, DwarfLoc);
 
   // clear DwarfLocSeen saying the current .loc info is now used.
-  MCOS->getContext().clearDwarfLocSeen();
+  MCOS->getContext().ClearDwarfLocSeen();
 
   // Get the MCLineSection for this section, if one does not exist for this
   // section create it.