summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PIC16/PIC16TargetObjectFile.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-21 23:12:15 +0000
committerChris Lattner <sabre@nondot.org>2009-08-21 23:12:15 +0000
commit773416e062f1cddb2754ccf5a2816b07f6cbc35e (patch)
treee1af690931c429f7bde455c7cecb0c25b35bf6b3 /llvm/lib/Target/PIC16/PIC16TargetObjectFile.h
parentc906d1797351c7e75f5abd80ed794fbd29534b21 (diff)
downloadbcm5719-llvm-773416e062f1cddb2754ccf5a2816b07f6cbc35e.tar.gz
bcm5719-llvm-773416e062f1cddb2754ccf5a2816b07f6cbc35e.zip
revert r79562 + r79563
llvm-svn: 79690
Diffstat (limited to 'llvm/lib/Target/PIC16/PIC16TargetObjectFile.h')
-rw-r--r--llvm/lib/Target/PIC16/PIC16TargetObjectFile.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/llvm/lib/Target/PIC16/PIC16TargetObjectFile.h b/llvm/lib/Target/PIC16/PIC16TargetObjectFile.h
index 4676b3c8d6f..1c6d9cf3884 100644
--- a/llvm/lib/Target/PIC16/PIC16TargetObjectFile.h
+++ b/llvm/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;
OpenPOWER on IntegriCloud