diff options
Diffstat (limited to 'llvm/lib/Target/PIC16')
| -rw-r--r-- | llvm/lib/Target/PIC16/PIC16MCAsmInfo.cpp | 2 | ||||
| -rw-r--r-- | llvm/lib/Target/PIC16/PIC16MCAsmInfo.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/PIC16/PIC16MCAsmInfo.cpp b/llvm/lib/Target/PIC16/PIC16MCAsmInfo.cpp index b08054270ce..1bcc4971ebb 100644 --- a/llvm/lib/Target/PIC16/PIC16MCAsmInfo.cpp +++ b/llvm/lib/Target/PIC16/PIC16MCAsmInfo.cpp @@ -20,7 +20,7 @@ #include "PIC16ISelLowering.h" using namespace llvm; -PIC16MCAsmInfo::PIC16MCAsmInfo(const Target &T, const StringRef &TT) { +PIC16MCAsmInfo::PIC16MCAsmInfo(const Target &T, StringRef TT) { CommentString = ";"; GlobalPrefix = PAN::getTagName(PAN::PREFIX_SYMBOL); GlobalDirective = "\tglobal\t"; diff --git a/llvm/lib/Target/PIC16/PIC16MCAsmInfo.h b/llvm/lib/Target/PIC16/PIC16MCAsmInfo.h index e84db8532a1..6e1c111078c 100644 --- a/llvm/lib/Target/PIC16/PIC16MCAsmInfo.h +++ b/llvm/lib/Target/PIC16/PIC16MCAsmInfo.h @@ -25,7 +25,7 @@ namespace llvm { const char *RomData16bitsDirective; const char *RomData32bitsDirective; public: - PIC16MCAsmInfo(const Target &T, const StringRef &TT); + PIC16MCAsmInfo(const Target &T, StringRef TT); virtual const char *getDataASDirective(unsigned size, unsigned AS) const; }; |

