diff options
author | Chris Lattner <sabre@nondot.org> | 2009-08-21 23:08:09 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-08-21 23:08:09 +0000 |
commit | 6af22f02ef7b06adab142a7042c40e83bb788fb5 (patch) | |
tree | c024d07ac1d1a01b0cae2d6b178e7d8a20c20acf /llvm/lib/Target/PIC16/PIC16.h | |
parent | b1068e4fe3f0674857332049b9d6335b258d42b8 (diff) | |
download | bcm5719-llvm-6af22f02ef7b06adab142a7042c40e83bb788fb5.tar.gz bcm5719-llvm-6af22f02ef7b06adab142a7042c40e83bb788fb5.zip |
revert 79631
llvm-svn: 79685
Diffstat (limited to 'llvm/lib/Target/PIC16/PIC16.h')
-rw-r--r-- | llvm/lib/Target/PIC16/PIC16.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/PIC16/PIC16.h b/llvm/lib/Target/PIC16/PIC16.h index 073eb47f64d..29f90792308 100644 --- a/llvm/lib/Target/PIC16/PIC16.h +++ b/llvm/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) { |