diff options
author | Sanjiv Gupta <sanjiv.gupta@microchip.com> | 2009-07-06 08:22:15 +0000 |
---|---|---|
committer | Sanjiv Gupta <sanjiv.gupta@microchip.com> | 2009-07-06 08:22:15 +0000 |
commit | ef14b9180ee2b1a7dd8371b4be5a44f6604ece2d (patch) | |
tree | 8bb2dc0e79bf485e7ae235832f8c88b486a331ab /lib | |
parent | 3290ac97ef4a0c02a48987bb6ce094cc191ef98f (diff) | |
download | external_llvm-ef14b9180ee2b1a7dd8371b4be5a44f6604ece2d.zip external_llvm-ef14b9180ee2b1a7dd8371b4be5a44f6604ece2d.tar.gz external_llvm-ef14b9180ee2b1a7dd8371b4be5a44f6604ece2d.tar.bz2 |
Corrected the names description. Change in a comment. No functionality change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74819 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Target/PIC16/PIC16.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PIC16/PIC16.h b/lib/Target/PIC16/PIC16.h index 7940648..57b08b7 100644 --- a/lib/Target/PIC16/PIC16.h +++ b/lib/Target/PIC16/PIC16.h @@ -83,7 +83,7 @@ namespace PIC16CC { // initialized globals - @idata.<num>.# // Function frame - @<func>.frame_section. // Function autos - @<func>.autos_section. - // Declarations - @section.0 + // Declarations - Enclosed in comments. No section for them. //---------------------------------------------------------- // Tags used to mangle different names. |