finally found the gcc defined constants

llvm-svn: 22502
This commit is contained in:
Andrew Lenharth 2005-07-22 21:00:30 +00:00
parent c7fe0f510f
commit c32843ed2b
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ static TargetJITInfo::JITCompilerFn JITCompilerFunction;
//static AlphaJITInfo* AlphaJTI;
extern "C" {
#if 0
#ifdef __alpha
void AlphaCompilationCallbackC(long* oldsp)
{

View File

@ -51,7 +51,7 @@ unsigned AlphaTargetMachine::getModuleMatchQuality(const Module &M) {
}
unsigned AlphaTargetMachine::getJITMatchQuality() {
#if 0
#ifdef __alpha
return 10;
#else
return 0;