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:
4c871b5
)
Disable the JIT until it can sorta kinda work.
author
Chris Lattner
<sabre@nondot.org>
Mon, 25 Oct 2004 20:53:41 +0000
(20:53 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 25 Oct 2004 20:53:41 +0000
(20:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17230
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/PowerPC/PPCTargetMachine.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/PowerPC/PPCTargetMachine.cpp
b/lib/Target/PowerPC/PPCTargetMachine.cpp
index f1c57df1d3b8ddbebbb38a9e6a574178a47be574..b25915e25a1a7c9da8c24e3dbf96722fa2dcd3da 100644
(file)
--- a/
lib/Target/PowerPC/PPCTargetMachine.cpp
+++ b/
lib/Target/PowerPC/PPCTargetMachine.cpp
@@
-58,6
+58,7
@@
PowerPCTargetMachine::PowerPCTargetMachine(const std::string &name,
{}
unsigned PowerPCTargetMachine::getJITMatchQuality() {
+ return 0;
#if defined(__POWERPC__) || defined (__ppc__) || defined(_POWER)
return 10;
#else