commit | 4dbbe3433f7339ed277af55037ff6847f484e5ab | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Tue Jul 20 21:17:29 2010 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Tue Jul 20 21:17:29 2010 +0000 |
tree | 440d502ab038bb426b7f1cd097c87234090fdf8d | |
parent | f525c2a8af8c0c8def845635f93e4268bf95387a [diff] [blame] |
prune #includes a little. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108929 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/ARM/ARMExpandPseudoInsts.cpp b/lib/Target/ARM/ARMExpandPseudoInsts.cpp index 9c62597..70ed677 100644 --- a/lib/Target/ARM/ARMExpandPseudoInsts.cpp +++ b/lib/Target/ARM/ARMExpandPseudoInsts.cpp
@@ -19,7 +19,7 @@ #include "ARMBaseInstrInfo.h" #include "llvm/CodeGen/MachineFunctionPass.h" #include "llvm/CodeGen/MachineInstrBuilder.h" - +#include "llvm/Target/TargetRegisterInfo.h" using namespace llvm; namespace {