commit | 38396f8a93da22579c635ece948ce5d35014d738 | [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 | be6678a89ad3d61bc49711d8e1d69c37c6fa77f5 | |
parent | ddc31e813d3bc6365e4a74a593c324d9a534bbb8 [diff] [blame] |
finally found the gcc defined constants git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22502 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/Alpha/AlphaTargetMachine.cpp b/lib/Target/Alpha/AlphaTargetMachine.cpp index 16f8899..458e20b 100644 --- a/lib/Target/Alpha/AlphaTargetMachine.cpp +++ b/lib/Target/Alpha/AlphaTargetMachine.cpp
@@ -51,7 +51,7 @@ } unsigned AlphaTargetMachine::getJITMatchQuality() { -#if 0 +#ifdef __alpha return 10; #else return 0;