ARM fastisel isn't ready.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109421 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2010-07-26 18:32:55 +00:00
parent 12ba98858c
commit 0944795b8c

View File

@ -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;
}
}