Pass the Mangler by reference.
[oota-llvm.git] / lib / Target / Hexagon / HexagonTargetObjectFile.h
index 73fa47975b43c8bc58e27e73b5ee6bc078b7bba3..fdc24a6b2020b3eb22a8a6e24069468e3a9183ff 100644 (file)
@@ -31,7 +31,7 @@ namespace llvm {
 
     bool IsSmallDataEnabled () const;
     const MCSection *SelectSectionForGlobal(const GlobalValue *GV,
-                                            SectionKind Kind, Mangler *Mang,
+                                            SectionKind Kind, Mangler &Mang,
                                             const TargetMachine &TM) const
         LLVM_OVERRIDE;
   };