forked from OSchip/llvm-project
parent
c7fe0f510f
commit
c32843ed2b
|
@ -51,7 +51,7 @@ static TargetJITInfo::JITCompilerFn JITCompilerFunction;
|
|||
//static AlphaJITInfo* AlphaJTI;
|
||||
|
||||
extern "C" {
|
||||
#if 0
|
||||
#ifdef __alpha
|
||||
|
||||
void AlphaCompilationCallbackC(long* oldsp)
|
||||
{
|
||||
|
|
|
@ -51,7 +51,7 @@ unsigned AlphaTargetMachine::getModuleMatchQuality(const Module &M) {
|
|||
}
|
||||
|
||||
unsigned AlphaTargetMachine::getJITMatchQuality() {
|
||||
#if 0
|
||||
#ifdef __alpha
|
||||
return 10;
|
||||
#else
|
||||
return 0;
|
||||
|
|
Loading…
Reference in New Issue