summaryrefslogtreecommitdiff
path: root/lib/Target/PIC16/PIC16InstrInfo.cpp
diff options
context:
space:
mode:
authorSanjiv Gupta <sanjiv.gupta@microchip.com>2009-10-15 10:10:43 +0000
committerSanjiv Gupta <sanjiv.gupta@microchip.com>2009-10-15 10:10:43 +0000
commit8da373cf62d8dfdbf5e8a7c226d8a67153fe0013 (patch)
tree07954a5e923e71d9caadc76bb3aeaeef441903bf /lib/Target/PIC16/PIC16InstrInfo.cpp
parentcf1e5be2a2e6f5f88984f200dedd53c0a80b72d0 (diff)
downloadllvm-8da373cf62d8dfdbf5e8a7c226d8a67153fe0013.tar.gz
llvm-8da373cf62d8dfdbf5e8a7c226d8a67153fe0013.tar.bz2
llvm-8da373cf62d8dfdbf5e8a7c226d8a67153fe0013.tar.xz
Complete Rewrite of AsmPrinter, TargetObjectFile based on new PIC16Section class
derived from MCSection. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84180 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PIC16/PIC16InstrInfo.cpp')
-rw-r--r--lib/Target/PIC16/PIC16InstrInfo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/PIC16/PIC16InstrInfo.cpp b/lib/Target/PIC16/PIC16InstrInfo.cpp
index cb0c41bc0b..87bd3d9c7e 100644
--- a/lib/Target/PIC16/PIC16InstrInfo.cpp
+++ b/lib/Target/PIC16/PIC16InstrInfo.cpp
@@ -12,6 +12,7 @@
//===----------------------------------------------------------------------===//
#include "PIC16.h"
+#include "PIC16ABINames.h"
#include "PIC16InstrInfo.h"
#include "PIC16TargetMachine.h"
#include "PIC16GenInstrInfo.inc"