forked from OSchip/llvm-project
parent
5df72aa84e
commit
59b6e8a683
|
@ -46,7 +46,7 @@ unsigned PPC32TargetMachine::getJITMatchQuality() {
|
||||||
unsigned PPC64TargetMachine::getJITMatchQuality() {
|
unsigned PPC64TargetMachine::getJITMatchQuality() {
|
||||||
#if defined(__POWERPC__) || defined (__ppc__) || defined(_POWER)
|
#if defined(__POWERPC__) || defined (__ppc__) || defined(_POWER)
|
||||||
if (sizeof(void*) == 8)
|
if (sizeof(void*) == 8)
|
||||||
return 10 * 0/*FIXME: not PPC64-JIT support yet! */;
|
return 10;
|
||||||
#endif
|
#endif
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue