mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-21 09:25:07 +00:00
The JIT works enough
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18228 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5cbf3bc202
commit
2a0c0dff0b
@ -57,7 +57,6 @@ PowerPCTargetMachine::PowerPCTargetMachine(const std::string &name,
|
||||
{}
|
||||
|
||||
unsigned PPC32TargetMachine::getJITMatchQuality() {
|
||||
return 0;
|
||||
#if defined(__POWERPC__) || defined (__ppc__) || defined(_POWER)
|
||||
return 10;
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user