summaryrefslogtreecommitdiff
path: root/lib/Target/PIC16/PIC16MemSelOpt.cpp
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-10-15 15:02:14 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-10-15 15:02:14 +0000
commit1ead150c92d07aceca9f139376cb647feb8ff355 (patch)
treebab63bcd10539b25ada12979d52cb24dbfe0d02b /lib/Target/PIC16/PIC16MemSelOpt.cpp
parent8da373cf62d8dfdbf5e8a7c226d8a67153fe0013 (diff)
downloadllvm-1ead150c92d07aceca9f139376cb647feb8ff355.tar.gz
llvm-1ead150c92d07aceca9f139376cb647feb8ff355.tar.bz2
llvm-1ead150c92d07aceca9f139376cb647feb8ff355.tar.xz
Revert "Complete Rewrite of AsmPrinter, TargetObjectFile based on new
PIC16Section class", it breaks globals.ll. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84184 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PIC16/PIC16MemSelOpt.cpp')
-rw-r--r--lib/Target/PIC16/PIC16MemSelOpt.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/PIC16/PIC16MemSelOpt.cpp b/lib/Target/PIC16/PIC16MemSelOpt.cpp
index a97dc35b13..c9ebb5756c 100644
--- a/lib/Target/PIC16/PIC16MemSelOpt.cpp
+++ b/lib/Target/PIC16/PIC16MemSelOpt.cpp
@@ -21,7 +21,6 @@
#define DEBUG_TYPE "pic16-codegen"
#include "PIC16.h"
-#include "PIC16ABINames.h"
#include "PIC16InstrInfo.h"
#include "PIC16MCAsmInfo.h"
#include "PIC16TargetMachine.h"