aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SystemZ/CMakeLists.txt
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/SystemZ/CMakeLists.txt
parentce795dc92f693a855dbf1450570e6aeb69774bcc (diff)
downloadexternal_llvm-385e930d55f3ecd3c9538823dfa5896a12461845.zip
external_llvm-385e930d55f3ecd3c9538823dfa5896a12461845.tar.gz
external_llvm-385e930d55f3ecd3c9538823dfa5896a12461845.tar.bz2
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/SystemZ/CMakeLists.txt')
-rw-r--r--lib/Target/SystemZ/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/SystemZ/CMakeLists.txt b/lib/Target/SystemZ/CMakeLists.txt
index 47c7a9f..12206b9 100644
--- a/lib/Target/SystemZ/CMakeLists.txt
+++ b/lib/Target/SystemZ/CMakeLists.txt
@@ -5,7 +5,7 @@ tablegen(SystemZGenInstrInfo.inc -gen-instr-info)
tablegen(SystemZGenAsmWriter.inc -gen-asm-writer)
tablegen(SystemZGenDAGISel.inc -gen-dag-isel)
tablegen(SystemZGenCallingConv.inc -gen-callingconv)
-tablegen(SystemZGenSubtarget.inc -gen-subtarget)
+tablegen(SystemZGenSubtargetInfo.inc -gen-subtarget)
add_llvm_target(SystemZCodeGen
SystemZAsmPrinter.cpp