summaryrefslogtreecommitdiff
path: root/lib/Target/Alpha/AlphaTargetMachine.cpp
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2005-07-22 21:00:30 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2005-07-22 21:00:30 +0000
commit38396f8a93da22579c635ece948ce5d35014d738 (patch)
treebe6678a89ad3d61bc49711d8e1d69c37c6fa77f5 /lib/Target/Alpha/AlphaTargetMachine.cpp
parentddc31e813d3bc6365e4a74a593c324d9a534bbb8 (diff)
downloadllvm-38396f8a93da22579c635ece948ce5d35014d738.tar.gz
llvm-38396f8a93da22579c635ece948ce5d35014d738.tar.bz2
llvm-38396f8a93da22579c635ece948ce5d35014d738.tar.xz
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.cpp2
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;