aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCTargetMachine.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-11-25 04:14:54 +0000
committerChris Lattner <sabre@nondot.org>2004-11-25 04:14:54 +0000
commit2a0c0dff0b957cc38c35798dd85aca8838da4977 (patch)
treeab7b109820f3148625ee307eae8631391113eb52 /lib/Target/PowerPC/PPCTargetMachine.cpp
parent5cbf3bc202c8e1661370af15727d508595d194ed (diff)
The JIT works enough
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18228 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCTargetMachine.cpp')
-rw-r--r--lib/Target/PowerPC/PPCTargetMachine.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCTargetMachine.cpp b/lib/Target/PowerPC/PPCTargetMachine.cpp
index a1637a0d26..f6445610be 100644
--- a/lib/Target/PowerPC/PPCTargetMachine.cpp
+++ b/lib/Target/PowerPC/PPCTargetMachine.cpp
@@ -57,7 +57,6 @@ PowerPCTargetMachine::PowerPCTargetMachine(const std::string &name,
{}
unsigned PPC32TargetMachine::getJITMatchQuality() {
- return 0;
#if defined(__POWERPC__) || defined (__ppc__) || defined(_POWER)
return 10;
#else