projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cbf3bc
)
The JIT works enough
author
Chris Lattner
<sabre@nondot.org>
Thu, 25 Nov 2004 04:14:54 +0000
(
04:14
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 25 Nov 2004 04:14:54 +0000
(
04:14
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18228
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/PowerPC/PPCTargetMachine.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/PowerPC/PPCTargetMachine.cpp
b/lib/Target/PowerPC/PPCTargetMachine.cpp
index a1637a0d26ad925bb3abb9366211e61f290b3447..f6445610be983b2e483768de63cfd5bba9729d04 100644
(file)
--- 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