diff options
author | Eric Christopher <echristo@apple.com> | 2010-08-18 23:38:16 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2010-08-18 23:38:16 +0000 |
commit | d96b02b3d6dfede96b6259f737720cc10330c84b (patch) | |
tree | 0fb00bd8c8d1732d8ae3e9b46a3484d0f6cf9e17 /lib | |
parent | 726a3d284ec1949c4ccf77e79ca0506e8a38b05c (diff) |
Remove extra header.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111456 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Target/ARM/ARMConstantIslandPass.cpp | 1 |
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" |