aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMExpandPseudoInsts.cpp
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2012-03-26 00:45:15 +0000
committerCraig Topper <craig.topper@gmail.com>2012-03-26 00:45:15 +0000
commit0e5233a9e5ee9385c6a940e3985194d77bee0bbb (patch)
tree8419407f68abd12d13fe62614e5e2369a9848a74 /lib/Target/ARM/ARMExpandPseudoInsts.cpp
parentacf2077ca497980a066e8e7bb81ceec0de82d5da (diff)
downloadexternal_llvm-0e5233a9e5ee9385c6a940e3985194d77bee0bbb.zip
external_llvm-0e5233a9e5ee9385c6a940e3985194d77bee0bbb.tar.gz
external_llvm-0e5233a9e5ee9385c6a940e3985194d77bee0bbb.tar.bz2
Prune includes and replace uses of ARMRegisterInfo.h with ARMBaeRegisterInfo.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153422 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMExpandPseudoInsts.cpp')
-rw-r--r--lib/Target/ARM/ARMExpandPseudoInsts.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMExpandPseudoInsts.cpp b/lib/Target/ARM/ARMExpandPseudoInsts.cpp
index c2b7816..5822ac4 100644
--- a/lib/Target/ARM/ARMExpandPseudoInsts.cpp
+++ b/lib/Target/ARM/ARMExpandPseudoInsts.cpp
@@ -19,7 +19,6 @@
#include "ARMBaseInstrInfo.h"
#include "ARMBaseRegisterInfo.h"
#include "ARMMachineFunctionInfo.h"
-#include "ARMRegisterInfo.h"
#include "MCTargetDesc/ARMAddressingModes.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineFunctionPass.h"