summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/Makefile
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2011-07-01 22:36:09 +0000
committerEvan Cheng <evan.cheng@apple.com>2011-07-01 22:36:09 +0000
commit385e930d55f3ecd3c9538823dfa5896a12461845 (patch)
treec173011a67d530d425d77f01bb63eb61edd67222 /lib/Target/PowerPC/Makefile
parentce795dc92f693a855dbf1450570e6aeb69774bcc (diff)
downloadllvm-385e930d55f3ecd3c9538823dfa5896a12461845.tar.gz
llvm-385e930d55f3ecd3c9538823dfa5896a12461845.tar.bz2
llvm-385e930d55f3ecd3c9538823dfa5896a12461845.tar.xz
Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134281 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/Makefile')
-rw-r--r--lib/Target/PowerPC/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/Makefile b/lib/Target/PowerPC/Makefile
index 2a18db7ad9..11abb9728b 100644
--- a/lib/Target/PowerPC/Makefile
+++ b/lib/Target/PowerPC/Makefile
@@ -15,7 +15,7 @@ TARGET = PPC
BUILT_SOURCES = PPCGenRegisterInfo.inc \
PPCGenAsmWriter.inc PPCGenCodeEmitter.inc \
PPCGenInstrInfo.inc PPCGenDAGISel.inc \
- PPCGenSubtarget.inc PPCGenCallingConv.inc \
+ PPCGenSubtargetInfo.inc PPCGenCallingConv.inc \
PPCGenMCCodeEmitter.inc
DIRS = InstPrinter TargetInfo