aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCTargetMachine.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-10-25 20:53:41 +0000
committerChris Lattner <sabre@nondot.org>2004-10-25 20:53:41 +0000
commit097714b319f6be0f53211e57909de464993739f9 (patch)
treece3bb883101a6cefbcf8685f8d67d5b4b86d91b1 /lib/Target/PowerPC/PPCTargetMachine.cpp
parent4c871b5ceb254cb11811c0516d8824c97da1e40a (diff)
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
Diffstat (limited to 'lib/Target/PowerPC/PPCTargetMachine.cpp')
-rw-r--r--lib/Target/PowerPC/PPCTargetMachine.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/PowerPC/PPCTargetMachine.cpp b/lib/Target/PowerPC/PPCTargetMachine.cpp
index f1c57df1d3..b25915e25a 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