summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2010-07-26 18:32:55 +0000
committerEvan Cheng <evan.cheng@apple.com>2010-07-26 18:32:55 +0000
commit23b05d1cf56490e8161b56d5a6b4e64c24f084e0 (patch)
treeb5c10b57375b544b20c4b498f7c29f71a6fb8316 /llvm/lib
parent6f054d7cea10eaa63a7feab5d902052fc918f03d (diff)
downloadbcm5719-llvm-23b05d1cf56490e8161b56d5a6b4e64c24f084e0.tar.gz
bcm5719-llvm-23b05d1cf56490e8161b56d5a6b4e64c24f084e0.zip
ARM fastisel isn't ready.
llvm-svn: 109421
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/ARM/ARMFastISel.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMFastISel.cpp b/llvm/lib/Target/ARM/ARMFastISel.cpp
index 3e79d149e8a..aad037a78a2 100644
--- a/llvm/lib/Target/ARM/ARMFastISel.cpp
+++ b/llvm/lib/Target/ARM/ARMFastISel.cpp
@@ -66,6 +66,7 @@ bool ARMFastISel::TargetSelectInstruction(const Instruction *I) {
namespace llvm {
llvm::FastISel *ARM::createFastISel(FunctionLoweringInfo &funcInfo) {
- return new ARMFastISel(funcInfo);
+ // Turn it off for now. It's not quite ready.
+ return 0;
}
}
OpenPOWER on IntegriCloud