diff options
author | Evan Cheng <evan.cheng@apple.com> | 2011-01-11 21:46:47 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2011-01-11 21:46:47 +0000 |
commit | e45d68589537e6d2ce377de97445f6c7a789e29a (patch) | |
tree | aba3afd507650d108d76ad613e89ca9664fea65b /llvm/lib/Target/ARM/ARMFrameLowering.cpp | |
parent | b1e879c80f02e9c4bbbba124bf2c6379ca9c8246 (diff) | |
download | bcm5719-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.cpp | 1 |
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" |