aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PIC16/PIC16.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-21 23:08:09 +0000
committerChris Lattner <sabre@nondot.org>2009-08-21 23:08:09 +0000
commitec3579ff0d1d0872074d7f726f63e4aae90e6679 (patch)
tree9714d07ab0ec2af6f3e4e55b48fa46a91434b468 /lib/Target/PIC16/PIC16.h
parentd6f761e0eb610936a6b8495360b62696dcd85164 (diff)
revert 79631
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79685 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PIC16/PIC16.h')
-rw-r--r--lib/Target/PIC16/PIC16.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/PIC16/PIC16.h b/lib/Target/PIC16/PIC16.h
index 073eb47f64..29f9079230 100644
--- a/lib/Target/PIC16/PIC16.h
+++ b/lib/Target/PIC16/PIC16.h
@@ -44,7 +44,6 @@ namespace PIC16CC {
UGE
};
}
-
// External symbol names require memory to live till the program end.
// So we have to allocate it and keep.
inline static const char *createESName (const std::string &name) {