Change SectionKind to be a property that is true of a *section*, it
[oota-llvm.git] / lib / Target / PIC16 / PIC16TargetObjectFile.h
index c296954dce3d6fdbc6d6a1f99e3aeb1efa0e0d4a..831f9245722d6386f2fb033ff81846cd29b845f8 100644 (file)
@@ -62,9 +62,9 @@ namespace llvm {
     /// section assignment of a global.
     virtual const MCSection *
     getSpecialCasedSectionGlobals(const GlobalValue *GV, Mangler *Mang,
-                                  SectionKind Kind) const;
+                                  SectionInfo Info) const;
     virtual const MCSection *SelectSectionForGlobal(const GlobalValue *GV,
-                                                    SectionKind Kind,
+                                                    SectionInfo Info,
                                                     Mangler *Mang,
                                                     const TargetMachine&) const;
   private: