summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-07-20 21:17:29 +0000
committerChris Lattner <sabre@nondot.org>2010-07-20 21:17:29 +0000
commitcbe9856fce6bfd921b5c0a294fa160ad6407951a (patch)
tree550ad17fe99815420a66db518715707e273768a8 /llvm/lib/Target/ARM/ARMExpandPseudoInsts.cpp
parenta8f6c1cc26835090224f367737f46e73fb94a372 (diff)
downloadbcm5719-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.cpp2
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 {
OpenPOWER on IntegriCloud