summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMFastISel.cpp
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2011-04-29 22:48:03 +0000
committerEli Friedman <eli.friedman@gmail.com>2011-04-29 22:48:03 +0000
commit328bad02fa805bdd01c95a44853ce180bc42bc5d (patch)
tree01b7a0cda12af325ce22ecba139650e4e3c5241c /llvm/lib/Target/ARM/ARMFastISel.cpp
parenta8e7411c743b491adabe2567593b07189dd1bedd (diff)
downloadbcm5719-llvm-328bad02fa805bdd01c95a44853ce180bc42bc5d.tar.gz
bcm5719-llvm-328bad02fa805bdd01c95a44853ce180bc42bc5d.zip
Switch to ImmLeaf (which can be used by FastISel) for a few more common ARM/Thumb2 patterns.
llvm-svn: 130552
Diffstat (limited to 'llvm/lib/Target/ARM/ARMFastISel.cpp')
-rw-r--r--llvm/lib/Target/ARM/ARMFastISel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/ARM/ARMFastISel.cpp b/llvm/lib/Target/ARM/ARMFastISel.cpp
index 5598a86ea27..3baf274b76b 100644
--- a/llvm/lib/Target/ARM/ARMFastISel.cpp
+++ b/llvm/lib/Target/ARM/ARMFastISel.cpp
@@ -14,6 +14,7 @@
//===----------------------------------------------------------------------===//
#include "ARM.h"
+#include "ARMAddressingModes.h"
#include "ARMBaseInstrInfo.h"
#include "ARMCallingConv.h"
#include "ARMRegisterInfo.h"
OpenPOWER on IntegriCloud