aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PIC16/MCSectionPIC16.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
commit08e6373528ec26b0980edcb2d45be07bc7534afc (patch)
tree9714d07ab0ec2af6f3e4e55b48fa46a91434b468 /lib/Target/PIC16/MCSectionPIC16.h
parent3d153ff2f9b02dfed57352ab3102c5852d178b06 (diff)
downloadexternal_llvm-08e6373528ec26b0980edcb2d45be07bc7534afc.zip
external_llvm-08e6373528ec26b0980edcb2d45be07bc7534afc.tar.gz
external_llvm-08e6373528ec26b0980edcb2d45be07bc7534afc.tar.bz2
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/MCSectionPIC16.h')
-rw-r--r--lib/Target/PIC16/MCSectionPIC16.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Target/PIC16/MCSectionPIC16.h b/lib/Target/PIC16/MCSectionPIC16.h
index cfc8dd0..66607c8 100644
--- a/lib/Target/PIC16/MCSectionPIC16.h
+++ b/lib/Target/PIC16/MCSectionPIC16.h
@@ -28,8 +28,7 @@ namespace llvm {
public:
const std::string &getName() const { return Name; }
-
- void setName(std::string name) { Name = name; }
+
static MCSectionPIC16 *Create(const StringRef &Name,
SectionKind K, MCContext &Ctx);