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/AlphaTargetMachine.cpp | |
parent | ddc31e813d3bc6365e4a74a593c324d9a534bbb8 (diff) |
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/AlphaTargetMachine.cpp')
-rw-r--r-- | lib/Target/Alpha/AlphaTargetMachine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Alpha/AlphaTargetMachine.cpp b/lib/Target/Alpha/AlphaTargetMachine.cpp index 16f8899818..458e20b61e 100644 --- a/lib/Target/Alpha/AlphaTargetMachine.cpp +++ b/lib/Target/Alpha/AlphaTargetMachine.cpp @@ -51,7 +51,7 @@ unsigned AlphaTargetMachine::getModuleMatchQuality(const Module &M) { } unsigned AlphaTargetMachine::getJITMatchQuality() { -#if 0 +#ifdef __alpha return 10; #else return 0; |