summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PowerPCTargetMachine.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
commitff43ef3cc5edfd3f0888914de9fd2780ddd6d5bc (patch)
tree42350cd24895af0c038aa6218011c113beb7d231 /llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp
parent024627bc94de36469298a6483c314154308d237a (diff)
downloadbcm5719-llvm-ff43ef3cc5edfd3f0888914de9fd2780ddd6d5bc.tar.gz
bcm5719-llvm-ff43ef3cc5edfd3f0888914de9fd2780ddd6d5bc.zip
Disable the JIT until it can sorta kinda work.
llvm-svn: 17230
Diffstat (limited to 'llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp')
-rw-r--r--llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp b/llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp
index f1c57df1d3b..b25915e25a1 100644
--- a/llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp
+++ b/llvm/lib/Target/PowerPC/PowerPCTargetMachine.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
OpenPOWER on IntegriCloud