Print variable's display name in dwarf DIE.
[oota-llvm.git] / lib / Target / Mips / MipsTargetAsmInfo.h
index 806cda8be368ea338e444338887b6a026aa04e83..2b5a739e7219ea9c271ed536a75a7b0058bfe577 100644 (file)
@@ -40,8 +40,7 @@ namespace llvm {
     SectionFlagsForGlobal(const GlobalValue *GV = NULL,
                           const char* name = NULL) const;
 
-    virtual const Section* SelectSectionForGlobal(const GlobalValue *GV,
-                                                  bool NoCoalesce) const;
+    virtual const Section* SelectSectionForGlobal(const GlobalValue *GV) const;
 
     private:
       const MipsSubtarget *Subtarget;