diff options
author | Chris Lattner <sabre@nondot.org> | 2010-02-22 22:15:05 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-02-22 22:15:05 +0000 |
commit | 54de8c1b391d060efc5140f31c04979500fcfb58 (patch) | |
tree | 129d40190b927672cfada67f58e3bdab5dafffac /lib/Target/PIC16/PIC16ISelDAGToDAG.cpp | |
parent | bebe68ec009eace4781c99a1eace56609c988774 (diff) | |
download | external_llvm-54de8c1b391d060efc5140f31c04979500fcfb58.zip external_llvm-54de8c1b391d060efc5140f31c04979500fcfb58.tar.gz external_llvm-54de8c1b391d060efc5140f31c04979500fcfb58.tar.bz2 |
remove dupes now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96811 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PIC16/PIC16ISelDAGToDAG.cpp')
-rw-r--r-- | lib/Target/PIC16/PIC16ISelDAGToDAG.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/PIC16/PIC16ISelDAGToDAG.cpp b/lib/Target/PIC16/PIC16ISelDAGToDAG.cpp index 5926480..2a9e592 100644 --- a/lib/Target/PIC16/PIC16ISelDAGToDAG.cpp +++ b/lib/Target/PIC16/PIC16ISelDAGToDAG.cpp @@ -14,8 +14,6 @@ #define DEBUG_TYPE "pic16-isel" #include "llvm/Support/ErrorHandling.h" -#include "llvm/Support/raw_ostream.h" -#include "llvm/Support/Debug.h" #include "PIC16ISelDAGToDAG.h" using namespace llvm; |