diff options
author | Chris Lattner <sabre@nondot.org> | 2009-08-21 23:12:15 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-08-21 23:12:15 +0000 |
commit | 35a27c8a0d35f438be8a42d734d4045a150d7130 (patch) | |
tree | edde1696e6e373b40149ef6e236d9361df510790 /lib/Target/PIC16/PIC16TargetObjectFile.h | |
parent | 361ae1d28dfa4c22ddec58b2b742eb514f97c694 (diff) |
revert r79562 + r79563
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79690 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PIC16/PIC16TargetObjectFile.h')
-rw-r--r-- | lib/Target/PIC16/PIC16TargetObjectFile.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/Target/PIC16/PIC16TargetObjectFile.h b/lib/Target/PIC16/PIC16TargetObjectFile.h index 4676b3c8d6..1c6d9cf388 100644 --- a/lib/Target/PIC16/PIC16TargetObjectFile.h +++ b/lib/Target/PIC16/PIC16TargetObjectFile.h @@ -77,13 +77,10 @@ namespace llvm { Mangler *Mang, const TargetMachine&) const; - const MCSection *getSectionForFunction(const std::string &FnName, - bool isInterrupt=false) const; + const MCSection *getSectionForFunction(const std::string &FnName) const; const MCSection *getSectionForFunctionFrame(const std::string &FnName)const; - // If the current function is cloned then create the new autos section - // also. - void createClonedSectionForAutos(const std::string &SecName); + private: std::string getSectionNameForSym(const std::string &Sym) const; |