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:
Andrew Lenharth 2005-07-22 21:00:30 +00:00
parent ddc31e813d
commit 38396f8a93
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;