summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMInstrInfo.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-10-22 05:11:00 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-10-22 05:11:00 +0000
commit62d1723a9cbce2019aac862f51952a58146a6bf0 (patch)
treeb6e5074e386162d200b36571ca42dbb8f5266c1e /lib/Target/ARM/ARMInstrInfo.cpp
parent268c79350e1b5997c92d65b39f6129d85f5925fe (diff)
downloadllvm-62d1723a9cbce2019aac862f51952a58146a6bf0.tar.gz
llvm-62d1723a9cbce2019aac862f51952a58146a6bf0.tar.bz2
llvm-62d1723a9cbce2019aac862f51952a58146a6bf0.tar.xz
Trim more includes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84832 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMInstrInfo.cpp')
-rw-r--r--lib/Target/ARM/ARMInstrInfo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMInstrInfo.cpp b/lib/Target/ARM/ARMInstrInfo.cpp
index 4c92891c82..dd4123bfa0 100644
--- a/lib/Target/ARM/ARMInstrInfo.cpp
+++ b/lib/Target/ARM/ARMInstrInfo.cpp
@@ -22,7 +22,6 @@
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineJumpTableInfo.h"
#include "llvm/MC/MCAsmInfo.h"
-#include "llvm/Support/CommandLine.h"
using namespace llvm;
ARMInstrInfo::ARMInstrInfo(const ARMSubtarget &STI)