projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12ba988
)
ARM fastisel isn't ready.
author
Evan Cheng
<evan.cheng@apple.com>
Mon, 26 Jul 2010 18:32:55 +0000
(18:32 +0000)
committer
Evan 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
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/ARMFastISel.cpp
b/lib/Target/ARM/ARMFastISel.cpp
index 3e79d149e8a0aac3dc1bb952a3bfe85c9c8c6894..aad037a78a270aab344dfddbb19039619a783694 100644
(file)
--- a/
lib/Target/ARM/ARMFastISel.cpp
+++ b/
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;
}
}