aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM
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
commit86cec0707c4de85b3a3ca9ce760ce516b1102652 (patch)
tree0fb00bd8c8d1732d8ae3e9b46a3484d0f6cf9e17 /lib/Target/ARM
parent586a84774307d18f60055fe3199c89559a539c54 (diff)
downloadexternal_llvm-86cec0707c4de85b3a3ca9ce760ce516b1102652.zip
external_llvm-86cec0707c4de85b3a3ca9ce760ce516b1102652.tar.gz
external_llvm-86cec0707c4de85b3a3ca9ce760ce516b1102652.tar.bz2
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/ARM')
-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 9f4de8c..60e923b 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"