Undisable ppc64 jit
authorChris Lattner <sabre@nondot.org>
Thu, 6 Jul 2006 17:10:42 +0000 (17:10 +0000)
committerChris 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

index c174e264ce24ea12b79486662130dc2fca447ccd..6af925cdae0fc45325803af0258c7eeb7f56a332 100644 (file)
@@ -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;
 }