diff options
Diffstat (limited to 'lib/Target/PIC16/MCSectionPIC16.h')
-rw-r--r-- | lib/Target/PIC16/MCSectionPIC16.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Target/PIC16/MCSectionPIC16.h b/lib/Target/PIC16/MCSectionPIC16.h index cfc8dd067b..66607c813f 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); |