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 | 6af22f02ef7b06adab142a7042c40e83bb788fb5 (patch) | |
tree | c024d07ac1d1a01b0cae2d6b178e7d8a20c20acf /llvm/lib/Target/PIC16/MCSectionPIC16.h | |
parent | b1068e4fe3f0674857332049b9d6335b258d42b8 (diff) | |
download | bcm5719-llvm-6af22f02ef7b06adab142a7042c40e83bb788fb5.tar.gz bcm5719-llvm-6af22f02ef7b06adab142a7042c40e83bb788fb5.zip |
revert 79631
llvm-svn: 79685
Diffstat (limited to 'llvm/lib/Target/PIC16/MCSectionPIC16.h')
-rw-r--r-- | llvm/lib/Target/PIC16/MCSectionPIC16.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Target/PIC16/MCSectionPIC16.h b/llvm/lib/Target/PIC16/MCSectionPIC16.h index cfc8dd067b0..66607c813fc 100644 --- a/llvm/lib/Target/PIC16/MCSectionPIC16.h +++ b/llvm/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); |