summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorMatthijs Kooijman <matthijs@stdin.nl>2008-11-24 11:44:00 +0000
committerMatthijs Kooijman <matthijs@stdin.nl>2008-11-24 11:44:00 +0000
commit75339657bd776bd738dfcb2b8dccc85374473433 (patch)
treeef6b1c1b65245fc1ea104842c79c6b718fca9382 /llvm/lib/Target
parent9165ed69af2171bdb981e6bc622f3654c14954b5 (diff)
downloadbcm5719-llvm-75339657bd776bd738dfcb2b8dccc85374473433.tar.gz
bcm5719-llvm-75339657bd776bd738dfcb2b8dccc85374473433.zip
Fix comments.
llvm-svn: 59958
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/PowerPC/AsmPrinter/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/PowerPC/AsmPrinter/Makefile b/llvm/lib/Target/PowerPC/AsmPrinter/Makefile
index 640bf02acce..125d8cfc009 100644
--- a/llvm/lib/Target/PowerPC/AsmPrinter/Makefile
+++ b/llvm/lib/Target/PowerPC/AsmPrinter/Makefile
@@ -1,4 +1,4 @@
-##===- lib/Target/X86/Makefile -----------------------------*- Makefile -*-===##
+##===- lib/Target/PowerPC/AsmPrinter/Makefile --------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
@@ -9,7 +9,7 @@
LEVEL = ../../../..
LIBRARYNAME = LLVMPowerPCAsmPrinter
-# Hack: we need to include 'main' x86 target directory to grab private headers
+# Hack: we need to include 'main' PowerPC target directory to grab private headers
CPPFLAGS = -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud