mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
finally found the gcc defined constants
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22502 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ddc31e813d
commit
38396f8a93
@ -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…
x
Reference in New Issue
Block a user