aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2005-07-22 22:00:24 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2005-07-22 22:00:24 +0000
commit22894e980f3d65af605dfeb870442536eb16db8c (patch)
tree0df3cbff39792fc299803a3462d565436353f899
parent4b429fcf25b96a4c191420ca715057c0d9686ef3 (diff)
I know PowerPC wishes it could be alpha, but it cannot. so there
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22504 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--Makefile.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules
index f6e3467e78..b32cf803e7 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -609,7 +609,7 @@ ifeq ($(ARCH), Alpha)
ENABLE_ALPHA_JIT = 1
endif
-# What the PowerPC JIT requires
+# What the Alpha JIT requires
ifdef ENABLE_ALPHA_JIT
JIT_LIBS += LLVMAlpha LLVMSelectionDAG
endif