ARM fastisel isn't ready.
authorEvan Cheng <evan.cheng@apple.com>
Mon, 26 Jul 2010 18:32:55 +0000 (18:32 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 26 Jul 2010 18:32:55 +0000 (18:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109421 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMFastISel.cpp

index 3e79d149e8a0aac3dc1bb952a3bfe85c9c8c6894..aad037a78a270aab344dfddbb19039619a783694 100644 (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;
   }
 }