summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMFrameLowering.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2011-01-11 21:46:47 +0000
committerEvan Cheng <evan.cheng@apple.com>2011-01-11 21:46:47 +0000
commite45d68589537e6d2ce377de97445f6c7a789e29a (patch)
treeaba3afd507650d108d76ad613e89ca9664fea65b /llvm/lib/Target/ARM/ARMFrameLowering.cpp
parentb1e879c80f02e9c4bbbba124bf2c6379ca9c8246 (diff)
downloadbcm5719-llvm-e45d68589537e6d2ce377de97445f6c7a789e29a.tar.gz
bcm5719-llvm-e45d68589537e6d2ce377de97445f6c7a789e29a.zip
Clean up ARM subtarget code by using Triple ADT.
llvm-svn: 123276
Diffstat (limited to 'llvm/lib/Target/ARM/ARMFrameLowering.cpp')
-rw-r--r--llvm/lib/Target/ARM/ARMFrameLowering.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/ARM/ARMFrameLowering.cpp b/llvm/lib/Target/ARM/ARMFrameLowering.cpp
index adff2399c78..efffe067179 100644
--- a/llvm/lib/Target/ARM/ARMFrameLowering.cpp
+++ b/llvm/lib/Target/ARM/ARMFrameLowering.cpp
@@ -14,6 +14,7 @@
#include "ARMFrameLowering.h"
#include "ARMAddressingModes.h"
#include "ARMBaseInstrInfo.h"
+#include "ARMBaseRegisterInfo.h"
#include "ARMMachineFunctionInfo.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineFunction.h"
OpenPOWER on IntegriCloud