diff options
author | Chris Lattner <sabre@nondot.org> | 2004-10-25 20:53:41 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-10-25 20:53:41 +0000 |
commit | ff43ef3cc5edfd3f0888914de9fd2780ddd6d5bc (patch) | |
tree | 42350cd24895af0c038aa6218011c113beb7d231 /llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp | |
parent | 024627bc94de36469298a6483c314154308d237a (diff) | |
download | bcm5719-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.cpp | 1 |
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 |