diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-10-15 15:02:14 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-10-15 15:02:14 +0000 |
commit | 3b5bdd536ba72d32b2ab6d395d5b83a8afa8a926 (patch) | |
tree | 8bc0e26ab515bc3f14d714a3e9961f582687be70 /llvm/lib/Target/PIC16/PIC16MemSelOpt.cpp | |
parent | 146b025c39b7fb6a92d44bdbbebf8c740d95783e (diff) | |
download | bcm5719-llvm-3b5bdd536ba72d32b2ab6d395d5b83a8afa8a926.tar.gz bcm5719-llvm-3b5bdd536ba72d32b2ab6d395d5b83a8afa8a926.zip |
Revert "Complete Rewrite of AsmPrinter, TargetObjectFile based on new
PIC16Section class", it breaks globals.ll.
llvm-svn: 84184
Diffstat (limited to 'llvm/lib/Target/PIC16/PIC16MemSelOpt.cpp')
-rw-r--r-- | llvm/lib/Target/PIC16/PIC16MemSelOpt.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/PIC16/PIC16MemSelOpt.cpp b/llvm/lib/Target/PIC16/PIC16MemSelOpt.cpp index a97dc35b137..c9ebb5756cd 100644 --- a/llvm/lib/Target/PIC16/PIC16MemSelOpt.cpp +++ b/llvm/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" |