diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-08-02 04:41:14 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-08-02 04:41:14 +0000 |
| commit | 3ea23cff6521561f7b855b54786a369ac9abe128 (patch) | |
| tree | 88686dcc69c58256571a2b11affa1d7a9a6468fa /llvm/lib/Target/PIC16/PIC16TargetAsmInfo.cpp | |
| parent | fb53861ee0bae7e24d418f990d1f7778e11719cc (diff) | |
| download | bcm5719-llvm-3ea23cff6521561f7b855b54786a369ac9abe128.tar.gz bcm5719-llvm-3ea23cff6521561f7b855b54786a369ac9abe128.zip | |
PIC16 TAI doesn't need TM
llvm-svn: 77867
Diffstat (limited to 'llvm/lib/Target/PIC16/PIC16TargetAsmInfo.cpp')
| -rw-r--r-- | llvm/lib/Target/PIC16/PIC16TargetAsmInfo.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/lib/Target/PIC16/PIC16TargetAsmInfo.cpp b/llvm/lib/Target/PIC16/PIC16TargetAsmInfo.cpp index 7a48a469101..50fba39112a 100644 --- a/llvm/lib/Target/PIC16/PIC16TargetAsmInfo.cpp +++ b/llvm/lib/Target/PIC16/PIC16TargetAsmInfo.cpp @@ -12,15 +12,15 @@ //===----------------------------------------------------------------------===// #include "PIC16TargetAsmInfo.h" -#include "PIC16TargetMachine.h" -#include "llvm/GlobalValue.h" -#include "llvm/GlobalVariable.h" -#include "llvm/DerivedTypes.h" +// FIXME: Layering violation to get enums and static function, should be moved +// to separate headers. +#include "PIC16.h" +#include "PIC16ISelLowering.h" using namespace llvm; PIC16TargetAsmInfo:: -PIC16TargetAsmInfo(const PIC16TargetMachine &TM) { +PIC16TargetAsmInfo() { CommentString = ";"; GlobalPrefix = PAN::getTagName(PAN::PREFIX_SYMBOL); GlobalDirective = "\tglobal\t"; |

