diff options
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 fb5affd9805..04c4b274b10 100644 --- a/llvm/lib/Target/PIC16/PIC16MemSelOpt.cpp +++ b/llvm/lib/Target/PIC16/PIC16MemSelOpt.cpp @@ -32,7 +32,6 @@ #include "llvm/Target/TargetMachine.h" #include "llvm/GlobalValue.h" #include "llvm/DerivedTypes.h" -#include "llvm/Support/Compiler.h" using namespace llvm; |