commit | 0944795b8c84612303e9de00bc7e9ea362441227 | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Mon Jul 26 18:32:55 2010 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Mon Jul 26 18:32:55 2010 +0000 |
tree | 054ea687f3a45c5ef90036032305cfd812341b94 | |
parent | 12ba98858c348cd3a2682f5cf259e63e9ae184b4 [diff] [blame] |
ARM fastisel isn't ready. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109421 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/ARM/ARMFastISel.cpp b/lib/Target/ARM/ARMFastISel.cpp index 3e79d14..aad037a 100644 --- a/lib/Target/ARM/ARMFastISel.cpp +++ b/lib/Target/ARM/ARMFastISel.cpp
@@ -66,6 +66,7 @@ namespace llvm { llvm::FastISel *ARM::createFastISel(FunctionLoweringInfo &funcInfo) { - return new ARMFastISel(funcInfo); + // Turn it off for now. It's not quite ready. + return 0; } }