diff options
Diffstat (limited to 'llvm/lib/Target/PIC16/PIC16TargetObjectFile.h')
-rw-r--r-- | llvm/lib/Target/PIC16/PIC16TargetObjectFile.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/PIC16/PIC16TargetObjectFile.h b/llvm/lib/Target/PIC16/PIC16TargetObjectFile.h index c296954dce3..831f9245722 100644 --- a/llvm/lib/Target/PIC16/PIC16TargetObjectFile.h +++ b/llvm/lib/Target/PIC16/PIC16TargetObjectFile.h @@ -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: |