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:
939ea65
)
Undisable ppc64 jit
author
Chris Lattner
<sabre@nondot.org>
Thu, 6 Jul 2006 17:10:42 +0000
(17:10 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 6 Jul 2006 17:10:42 +0000
(17:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29011
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 c174e264ce24ea12b79486662130dc2fca447ccd..6af925cdae0fc45325803af0258c7eeb7f56a332 100644
(file)
--- a/
lib/Target/PowerPC/PPCTargetMachine.cpp
+++ b/
lib/Target/PowerPC/PPCTargetMachine.cpp
@@
-46,7
+46,7
@@
unsigned PPC32TargetMachine::getJITMatchQuality() {
unsigned PPC64TargetMachine::getJITMatchQuality() {
#if defined(__POWERPC__) || defined (__ppc__) || defined(_POWER)
if (sizeof(void*) == 8)
- return 10
* 0/*FIXME: not PPC64-JIT support yet! */
;
+ return 10;
#endif
return 0;
}