Pass the Mangler by reference.
[oota-llvm.git] / lib / Target / XCore / XCoreTargetObjectFile.h
index fee84256b88096ddb36949eb64e22c64fabc675b..47d7fad8eea0cec10c320a5439eb744036fd3ac4 100644 (file)
@@ -24,12 +24,12 @@ static const unsigned CodeModelLargeSize = 256;
     void Initialize(MCContext &Ctx, const TargetMachine &TM);
 
     const MCSection *getExplicitSectionGlobal(const GlobalValue *GV,
-                                              SectionKind Kind, Mangler *Mang,
+                                              SectionKind Kind, Mangler &Mang,
                                               const TargetMachine &TM) const
         LLVM_OVERRIDE;
 
     const MCSection *SelectSectionForGlobal(const GlobalValue *GV,
-                                            SectionKind Kind, Mangler *Mang,
+                                            SectionKind Kind, Mangler &Mang,
                                             const TargetMachine &TM) const
         LLVM_OVERRIDE;