diff options
author | Sanjiv Gupta <sanjiv.gupta@microchip.com> | 2009-08-21 15:22:33 +0000 |
---|---|---|
committer | Sanjiv Gupta <sanjiv.gupta@microchip.com> | 2009-08-21 15:22:33 +0000 |
commit | 9ae3bcb79eb1fcbea887acd533b310d6f34ca065 (patch) | |
tree | bb99bd15fab32fe980a7f0815d1ab104f72fee3c /llvm/lib/Target/PIC16/PIC16.h | |
parent | 37fd02c5a1a21ff880fb87d28e9c974c8187f31c (diff) | |
download | bcm5719-llvm-9ae3bcb79eb1fcbea887acd533b310d6f34ca065.tar.gz bcm5719-llvm-9ae3bcb79eb1fcbea887acd533b310d6f34ca065.zip |
Add a pass to do call graph analyis to overlay the autos and frame sections of
leaf functions. This pass will be extended to color other nodes of the call tree
as well in future.
llvm-svn: 79631
Diffstat (limited to 'llvm/lib/Target/PIC16/PIC16.h')
-rw-r--r-- | llvm/lib/Target/PIC16/PIC16.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/PIC16/PIC16.h b/llvm/lib/Target/PIC16/PIC16.h index 29f90792308..073eb47f64d 100644 --- a/llvm/lib/Target/PIC16/PIC16.h +++ b/llvm/lib/Target/PIC16/PIC16.h @@ -44,6 +44,7 @@ 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) { |