diff options
author | Chris Lattner <sabre@nondot.org> | 2009-08-21 23:08:09 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-08-21 23:08:09 +0000 |
commit | ec3579ff0d1d0872074d7f726f63e4aae90e6679 (patch) | |
tree | 9714d07ab0ec2af6f3e4e55b48fa46a91434b468 /lib/Target/PIC16/PIC16TargetObjectFile.h | |
parent | d6f761e0eb610936a6b8495360b62696dcd85164 (diff) |
revert 79631
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79685 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PIC16/PIC16TargetObjectFile.h')
-rw-r--r-- | lib/Target/PIC16/PIC16TargetObjectFile.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Target/PIC16/PIC16TargetObjectFile.h b/lib/Target/PIC16/PIC16TargetObjectFile.h index a8f4c63fd8..4676b3c8d6 100644 --- a/lib/Target/PIC16/PIC16TargetObjectFile.h +++ b/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; |