commit | ff43ef3cc5edfd3f0888914de9fd2780ddd6d5bc | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Oct 25 20:53:41 2004 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Oct 25 20:53:41 2004 +0000 |
tree | 42350cd24895af0c038aa6218011c113beb7d231 | |
parent | 024627bc94de36469298a6483c314154308d237a [diff] [blame] |
Disable the JIT until it can sorta kinda work. llvm-svn: 17230
diff --git a/llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp b/llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp index f1c57df..b25915e 100644 --- a/llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp +++ b/llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp
@@ -58,6 +58,7 @@ {} unsigned PowerPCTargetMachine::getJITMatchQuality() { + return 0; #if defined(__POWERPC__) || defined (__ppc__) || defined(_POWER) return 10; #else