commit | ec3579ff0d1d0872074d7f726f63e4aae90e6679 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Aug 21 23:08:09 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Aug 21 23:08:09 2009 +0000 |
tree | 9714d07ab0ec2af6f3e4e55b48fa46a91434b468 | |
parent | d6f761e0eb610936a6b8495360b62696dcd85164 [diff] [blame] |
revert 79631 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79685 91177308-0d34-0410-b5e6-96231b3b80d8
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 @@ 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);