The JIT works enough

llvm-svn: 18228
This commit is contained in:
Chris Lattner 2004-11-25 04:14:54 +00:00
parent da76c16ba4
commit 497a622376
1 changed files with 0 additions and 1 deletions

View File

@ -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