diff options
author | Chris Lattner <sabre@nondot.org> | 2010-07-20 21:17:29 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-07-20 21:17:29 +0000 |
commit | cbe9856fce6bfd921b5c0a294fa160ad6407951a (patch) | |
tree | 550ad17fe99815420a66db518715707e273768a8 /llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp | |
parent | a8f6c1cc26835090224f367737f46e73fb94a372 (diff) | |
download | bcm5719-llvm-cbe9856fce6bfd921b5c0a294fa160ad6407951a.tar.gz bcm5719-llvm-cbe9856fce6bfd921b5c0a294fa160ad6407951a.zip |
prune #includes a little.
llvm-svn: 108929
Diffstat (limited to 'llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp')
-rw-r--r-- | llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp b/llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp index 9c62597b432..70ed67713e2 100644 --- a/llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp +++ b/llvm/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 { |