diff options
author | Andrew Lenharth <andrewl@lenharth.org> | 2005-07-22 21:00:30 +0000 |
---|---|---|
committer | Andrew Lenharth <andrewl@lenharth.org> | 2005-07-22 21:00:30 +0000 |
commit | 38396f8a93da22579c635ece948ce5d35014d738 (patch) | |
tree | be6678a89ad3d61bc49711d8e1d69c37c6fa77f5 /lib/Target/Alpha/AlphaJITInfo.cpp | |
parent | ddc31e813d3bc6365e4a74a593c324d9a534bbb8 (diff) | |
download | external_llvm-38396f8a93da22579c635ece948ce5d35014d738.zip external_llvm-38396f8a93da22579c635ece948ce5d35014d738.tar.gz external_llvm-38396f8a93da22579c635ece948ce5d35014d738.tar.bz2 |
finally found the gcc defined constants
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22502 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Alpha/AlphaJITInfo.cpp')
-rw-r--r-- | lib/Target/Alpha/AlphaJITInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Alpha/AlphaJITInfo.cpp b/lib/Target/Alpha/AlphaJITInfo.cpp index ff09f09..c2074ff 100644 --- a/lib/Target/Alpha/AlphaJITInfo.cpp +++ b/lib/Target/Alpha/AlphaJITInfo.cpp @@ -51,7 +51,7 @@ static TargetJITInfo::JITCompilerFn JITCompilerFunction; //static AlphaJITInfo* AlphaJTI; extern "C" { -#if 0 +#ifdef __alpha void AlphaCompilationCallbackC(long* oldsp) { |