summaryrefslogtreecommitdiff
path: root/lib/Target
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-08-18 23:38:16 +0000
committerEric Christopher <echristo@apple.com>2010-08-18 23:38:16 +0000
commitd96b02b3d6dfede96b6259f737720cc10330c84b (patch)
tree0fb00bd8c8d1732d8ae3e9b46a3484d0f6cf9e17 /lib/Target
parent726a3d284ec1949c4ccf77e79ca0506e8a38b05c (diff)
downloadllvm-d96b02b3d6dfede96b6259f737720cc10330c84b.tar.gz
llvm-d96b02b3d6dfede96b6259f737720cc10330c84b.tar.bz2
llvm-d96b02b3d6dfede96b6259f737720cc10330c84b.tar.xz
Remove extra header.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111456 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target')
-rw-r--r--lib/Target/ARM/ARMConstantIslandPass.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMConstantIslandPass.cpp b/lib/Target/ARM/ARMConstantIslandPass.cpp
index 9f4de8c761..60e923bd2c 100644
--- a/lib/Target/ARM/ARMConstantIslandPass.cpp
+++ b/lib/Target/ARM/ARMConstantIslandPass.cpp
@@ -21,7 +21,6 @@
#include "Thumb2InstrInfo.h"
#include "llvm/CodeGen/MachineConstantPool.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
-#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineJumpTableInfo.h"
#include "llvm/Target/TargetData.h"
#include "llvm/Target/TargetMachine.h"