Disable the JIT until it can sorta kinda work.
authorChris Lattner <sabre@nondot.org>
Mon, 25 Oct 2004 20:53:41 +0000 (20:53 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 25 Oct 2004 20:53:41 +0000 (20:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17230 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCTargetMachine.cpp

index f1c57df1d3b8ddbebbb38a9e6a574178a47be574..b25915e25a1a7c9da8c24e3dbf96722fa2dcd3da 100644 (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