From 097714b319f6be0f53211e57909de464993739f9 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 25 Oct 2004 20:53:41 +0000 Subject: [PATCH] Disable the JIT until it can sorta kinda work. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17230 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/PowerPC/PPCTargetMachine.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Target/PowerPC/PPCTargetMachine.cpp b/lib/Target/PowerPC/PPCTargetMachine.cpp index f1c57df1d3b..b25915e25a1 100644 --- a/lib/Target/PowerPC/PPCTargetMachine.cpp +++ b/lib/Target/PowerPC/PPCTargetMachine.cpp @@ -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