Disable the JIT until it can sorta kinda work.

llvm-svn: 17230
This commit is contained in:
Chris Lattner 2004-10-25 20:53:41 +00:00
parent 024627bc94
commit ff43ef3cc5
1 changed files with 1 additions and 0 deletions

View File

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