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 | 3ac438b920202cf1116c986feea830b343e31cc9 (patch) | |
tree | a4ac00aa204a234d12c4554f92706c6b8adac77c /llvm/lib | |
parent | 435611200b59dcd81f84176e1b3be56c43a47a32 (diff) | |
download | bcm5719-llvm-3ac438b920202cf1116c986feea830b343e31cc9.tar.gz bcm5719-llvm-3ac438b920202cf1116c986feea830b343e31cc9.zip |
remove dupes now.
llvm-svn: 96811
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Target/PIC16/PIC16ISelDAGToDAG.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/PIC16/PIC16ISelDAGToDAG.cpp b/llvm/lib/Target/PIC16/PIC16ISelDAGToDAG.cpp index 59264806369..2a9e592f040 100644 --- a/llvm/lib/Target/PIC16/PIC16ISelDAGToDAG.cpp +++ b/llvm/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; |