summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PowerPCTargetMachine.cpp
diff options
context:
space:
mode:
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