summaryrefslogtreecommitdiffstats
path: root/llvm/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
commitc32843ed2bed529720a5621f11e37a2d822af5da (patch)
treeff215126a16a64ddfad434673030f85e12a00438 /llvm/lib/Target/Alpha/AlphaTargetMachine.cpp
parentc7fe0f510f01c1f9b6876beb6a738d4e40499eb4 (diff)
downloadbcm5719-llvm-c32843ed2bed529720a5621f11e37a2d822af5da.tar.gz
bcm5719-llvm-c32843ed2bed529720a5621f11e37a2d822af5da.zip
finally found the gcc defined constants
llvm-svn: 22502
Diffstat (limited to 'llvm/lib/Target/Alpha/AlphaTargetMachine.cpp')
-rw-r--r--llvm/lib/Target/Alpha/AlphaTargetMachine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaTargetMachine.cpp b/llvm/lib/Target/Alpha/AlphaTargetMachine.cpp
index 16f8899818a..458e20b61ed 100644
--- a/llvm/lib/Target/Alpha/AlphaTargetMachine.cpp
+++ b/llvm/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;
OpenPOWER on IntegriCloud