summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PIC16/PIC16TargetObjectFile.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-21 23:08:09 +0000
committerChris Lattner <sabre@nondot.org>2009-08-21 23:08:09 +0000
commit6af22f02ef7b06adab142a7042c40e83bb788fb5 (patch)
treec024d07ac1d1a01b0cae2d6b178e7d8a20c20acf /llvm/lib/Target/PIC16/PIC16TargetObjectFile.h
parentb1068e4fe3f0674857332049b9d6335b258d42b8 (diff)
downloadbcm5719-llvm-6af22f02ef7b06adab142a7042c40e83bb788fb5.tar.gz
bcm5719-llvm-6af22f02ef7b06adab142a7042c40e83bb788fb5.zip
revert 79631
llvm-svn: 79685
Diffstat (limited to 'llvm/lib/Target/PIC16/PIC16TargetObjectFile.h')
-rw-r--r--llvm/lib/Target/PIC16/PIC16TargetObjectFile.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/Target/PIC16/PIC16TargetObjectFile.h b/llvm/lib/Target/PIC16/PIC16TargetObjectFile.h
index a8f4c63fd86..4676b3c8d6f 100644
--- a/llvm/lib/Target/PIC16/PIC16TargetObjectFile.h
+++ b/llvm/lib/Target/PIC16/PIC16TargetObjectFile.h
@@ -12,7 +12,6 @@
#include "llvm/Target/TargetLoweringObjectFile.h"
#include "llvm/ADT/StringMap.h"
-#include "llvm/Function.h"
#include <vector>
#include <string>
@@ -85,9 +84,6 @@ namespace llvm {
// If the current function is cloned then create the new autos section
// also.
void createClonedSectionForAutos(const std::string &SecName);
- std::string getNameForFunctFrame(const Function *F,
- bool IsAutosSection = false);
-
private:
std::string getSectionNameForSym(const std::string &Sym) const;
OpenPOWER on IntegriCloud