diff options
author | Evan Cheng <evan.cheng@apple.com> | 2009-11-03 07:08:08 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2009-11-03 07:08:08 +0000 |
commit | f6c0bffa8d6308ba0f31df0bb57f194b24aca83f (patch) | |
tree | 52e07c3838500c7a9d5a623560ccd906c0812f6c | |
parent | af14e663ac9bbdd8b545552da60fe807754c9988 (diff) |
Trim unnecessary include.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85878 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/ARM/ARMBaseInstrInfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMBaseInstrInfo.cpp b/lib/Target/ARM/ARMBaseInstrInfo.cpp index 63fc678f51..c9b939de03 100644 --- a/lib/Target/ARM/ARMBaseInstrInfo.cpp +++ b/lib/Target/ARM/ARMBaseInstrInfo.cpp @@ -23,7 +23,6 @@ #include "llvm/CodeGen/MachineInstrBuilder.h" #include "llvm/CodeGen/MachineJumpTableInfo.h" #include "llvm/CodeGen/MachineMemOperand.h" -#include "llvm/CodeGen/MachineRegisterInfo.h" #include "llvm/CodeGen/PseudoSourceValue.h" #include "llvm/MC/MCAsmInfo.h" #include "llvm/Support/CommandLine.h" |