summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/Thumb2InstrInfo.cpp
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2012-03-27 07:54:11 +0000
committerCraig Topper <craig.topper@gmail.com>2012-03-27 07:54:11 +0000
commit4e02f23de24375294005f88b5254a3775d39fcb2 (patch)
treee9280817159f22cbb5e99ea682587004b0ba7e58 /lib/Target/ARM/Thumb2InstrInfo.cpp
parentc89c744b69cecac576317a98322fd295e36e9886 (diff)
downloadllvm-4e02f23de24375294005f88b5254a3775d39fcb2.tar.gz
llvm-4e02f23de24375294005f88b5254a3775d39fcb2.tar.bz2
llvm-4e02f23de24375294005f88b5254a3775d39fcb2.tar.xz
Prune some includes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153502 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/Thumb2InstrInfo.cpp')
-rw-r--r--lib/Target/ARM/Thumb2InstrInfo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/ARM/Thumb2InstrInfo.cpp b/lib/Target/ARM/Thumb2InstrInfo.cpp
index 86e6ae60c8..8ab486b0c1 100644
--- a/lib/Target/ARM/Thumb2InstrInfo.cpp
+++ b/lib/Target/ARM/Thumb2InstrInfo.cpp
@@ -19,7 +19,6 @@
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineMemOperand.h"
-#include "llvm/ADT/SmallVector.h"
#include "llvm/MC/MCInst.h"
#include "llvm/Support/CommandLine.h"