We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57b7ee9 commit 5c7d731Copy full SHA for 5c7d731
llvm/lib/Target/Alpha/AlphaTargetMachine.cpp
@@ -51,7 +51,7 @@ unsigned AlphaTargetMachine::getModuleMatchQuality(const Module &M) {
51
M.getPointerSize() != Module::AnyPointerSize)
52
return 0; // Match for some other target
53
54
- return 0;
+ return getJITMatchQuality()/2;
55
}
56
57
unsigned AlphaTargetMachine::getJITMatchQuality() {
0 commit comments