diff options
author | Sanjiv Gupta <sanjiv.gupta@microchip.com> | 2009-05-10 05:23:47 +0000 |
---|---|---|
committer | Sanjiv Gupta <sanjiv.gupta@microchip.com> | 2009-05-10 05:23:47 +0000 |
commit | 258f8516299e2e2e7bf2838aaa80f17fe42ca98c (patch) | |
tree | 2e7917db081a836d45b9c3e4f136a358d6c5cfc0 /llvm/lib/Target/PIC16/PIC16TargetAsmInfo.h | |
parent | 3978f7972dabb33fafc9f081e12f326103c988e0 (diff) | |
download | bcm5719-llvm-258f8516299e2e2e7bf2838aaa80f17fe42ca98c.tar.gz bcm5719-llvm-258f8516299e2e2e7bf2838aaa80f17fe42ca98c.zip |
Changed lowering and asmprinter to use ABI Names class called PAN.
llvm-svn: 71386
Diffstat (limited to 'llvm/lib/Target/PIC16/PIC16TargetAsmInfo.h')
-rw-r--r-- | llvm/lib/Target/PIC16/PIC16TargetAsmInfo.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Target/PIC16/PIC16TargetAsmInfo.h b/llvm/lib/Target/PIC16/PIC16TargetAsmInfo.h index 4675bc9e9b9..8eaa48a96dc 100644 --- a/llvm/lib/Target/PIC16/PIC16TargetAsmInfo.h +++ b/llvm/lib/Target/PIC16/PIC16TargetAsmInfo.h @@ -41,11 +41,11 @@ namespace llvm { struct PIC16TargetAsmInfo : public TargetAsmInfo { std::string getSectionNameForSym(const std::string &Sym) const; PIC16TargetAsmInfo(const PIC16TargetMachine &TM); - virtual ~PIC16TargetAsmInfo(); - private: mutable std::vector<PIC16Section *> BSSSections; mutable std::vector<PIC16Section *> IDATASections; - + virtual ~PIC16TargetAsmInfo(); + + private: const char *RomData8bitsDirective; const char *RomData16bitsDirective; const char *RomData32bitsDirective; |