summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PIC16/PIC16ABINames.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target/PIC16/PIC16ABINames.h')
-rw-r--r--llvm/lib/Target/PIC16/PIC16ABINames.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/lib/Target/PIC16/PIC16ABINames.h b/llvm/lib/Target/PIC16/PIC16ABINames.h
index e18ddf158ec..7f4c2f1cc28 100644
--- a/llvm/lib/Target/PIC16/PIC16ABINames.h
+++ b/llvm/lib/Target/PIC16/PIC16ABINames.h
@@ -234,12 +234,6 @@ namespace llvm {
return "romdata.#";
}
- static std::string getSharedUDataSectionName() {
- std::ostringstream o;
- o << getTagName(PREFIX_SYMBOL) << "udata_shr" << ".#";
- return o.str();
- }
-
static std::string getRomdataSectionName(unsigned num,
std::string prefix = "") {
std::ostringstream o;
OpenPOWER on IntegriCloud