commit | c32843ed2bed529720a5621f11e37a2d822af5da | [log] [tgz] |
---|---|---|
author | Andrew Lenharth <andrewl@lenharth.org> | Fri Jul 22 21:00:30 2005 +0000 |
committer | Andrew Lenharth <andrewl@lenharth.org> | Fri Jul 22 21:00:30 2005 +0000 |
tree | ff215126a16a64ddfad434673030f85e12a00438 | |
parent | c7fe0f510f01c1f9b6876beb6a738d4e40499eb4 [diff] |
finally found the gcc defined constants llvm-svn: 22502
diff --git a/llvm/lib/Target/Alpha/AlphaJITInfo.cpp b/llvm/lib/Target/Alpha/AlphaJITInfo.cpp index ff09f09..c2074ff 100644 --- a/llvm/lib/Target/Alpha/AlphaJITInfo.cpp +++ b/llvm/lib/Target/Alpha/AlphaJITInfo.cpp
@@ -51,7 +51,7 @@ //static AlphaJITInfo* AlphaJTI; extern "C" { -#if 0 +#ifdef __alpha void AlphaCompilationCallbackC(long* oldsp) {
diff --git a/llvm/lib/Target/Alpha/AlphaTargetMachine.cpp b/llvm/lib/Target/Alpha/AlphaTargetMachine.cpp index 16f8899..458e20b 100644 --- a/llvm/lib/Target/Alpha/AlphaTargetMachine.cpp +++ b/llvm/lib/Target/Alpha/AlphaTargetMachine.cpp
@@ -51,7 +51,7 @@ } unsigned AlphaTargetMachine::getJITMatchQuality() { -#if 0 +#ifdef __alpha return 10; #else return 0;