Add a variable to track whether or not we've used a unique section,
[oota-llvm.git] / lib / Target / Mips / MipsTargetObjectFile.h
index c0e9140c829cb92169e47d4500e5d14cc9e978ec..9aaf7941abfa6019723506cdef0fddf5c779aeed 100644 (file)
@@ -31,9 +31,8 @@ namespace llvm {
                                 const TargetMachine &TM) const;
 
     const MCSection *SelectSectionForGlobal(const GlobalValue *GV,
-                                            SectionKind Kind,
-                                            Mangler *Mang,
-                                            const TargetMachine &TM) const;
+                                            SectionKind Kind, Mangler *Mang,
+                                            TargetMachine &TM) const;
 
     // TODO: Classify globals as mips wishes.
     const MCSection *getReginfoSection() const { return ReginfoSection; }