diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2011-04-29 22:48:03 +0000 |
---|---|---|
committer | Eli Friedman <eli.friedman@gmail.com> | 2011-04-29 22:48:03 +0000 |
commit | c573e2c7ea646d29162a96a0707f4eb0f77f83bc (patch) | |
tree | bd8ca3ac1df3c49bfa5b6e0426e27e56d8333d17 /lib/Target/ARM/ARMFastISel.cpp | |
parent | 40348e8d1ff564a23101d4fd37fe4dd03d9018ab (diff) |
Switch to ImmLeaf (which can be used by FastISel) for a few more common ARM/Thumb2 patterns.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130552 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMFastISel.cpp')
-rw-r--r-- | lib/Target/ARM/ARMFastISel.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/ARM/ARMFastISel.cpp b/lib/Target/ARM/ARMFastISel.cpp index 5598a86ea2..3baf274b76 100644 --- a/lib/Target/ARM/ARMFastISel.cpp +++ b/lib/Target/ARM/ARMFastISel.cpp @@ -14,6 +14,7 @@ //===----------------------------------------------------------------------===// #include "ARM.h" +#include "ARMAddressingModes.h" #include "ARMBaseInstrInfo.h" #include "ARMCallingConv.h" #include "ARMRegisterInfo.h" |