summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/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
commitc9c090d7a5607e7e5746c9502f3163d62fe6b2fa (patch)
tree9ad3b3bf330848157826a91efb7d47d26125d83c /llvm/lib/Target/X86/CMakeLists.txt
parent0711c4d489652584913671512bf6287fc30a246c (diff)
downloadbcm5719-llvm-c9c090d7a5607e7e5746c9502f3163d62fe6b2fa.tar.gz
bcm5719-llvm-c9c090d7a5607e7e5746c9502f3163d62fe6b2fa.zip
Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.
llvm-svn: 134281
Diffstat (limited to 'llvm/lib/Target/X86/CMakeLists.txt')
-rw-r--r--llvm/lib/Target/X86/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/CMakeLists.txt b/llvm/lib/Target/X86/CMakeLists.txt
index 50464e8e9e7..633d9826f7c 100644
--- a/llvm/lib/Target/X86/CMakeLists.txt
+++ b/llvm/lib/Target/X86/CMakeLists.txt
@@ -9,7 +9,7 @@ tablegen(X86GenAsmMatcher.inc -gen-asm-matcher)
tablegen(X86GenDAGISel.inc -gen-dag-isel)
tablegen(X86GenFastISel.inc -gen-fast-isel)
tablegen(X86GenCallingConv.inc -gen-callingconv)
-tablegen(X86GenSubtarget.inc -gen-subtarget)
+tablegen(X86GenSubtargetInfo.inc -gen-subtarget)
tablegen(X86GenEDInfo.inc -gen-enhanced-disassembly-info)
set(sources
OpenPOWER on IntegriCloud