summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2018-12-31 14:51:53 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2018-12-31 14:51:53 +0000
commitf2b9d10477d4af8128ca43fede98607a58d9eb00 (patch)
tree3fe5ece504589126c6e634deaea8577dc8412843 /llvm/lib
parent7343e24f78c82cd7923d1e595745195846cdce5b (diff)
downloadbcm5719-llvm-f2b9d10477d4af8128ca43fede98607a58d9eb00.tar.gz
bcm5719-llvm-f2b9d10477d4af8128ca43fede98607a58d9eb00.zip
Keep tablegen commands in alphabetical order. NFCI.
Mentioned on D56167. llvm-svn: 350176
Diffstat (limited to 'llvm/lib')
-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 524b4ae53be..645ca49f2a1 100644
--- a/llvm/lib/Target/X86/CMakeLists.txt
+++ b/llvm/lib/Target/X86/CMakeLists.txt
@@ -7,13 +7,13 @@ tablegen(LLVM X86GenCallingConv.inc -gen-callingconv)
tablegen(LLVM X86GenDAGISel.inc -gen-dag-isel)
tablegen(LLVM X86GenDisassemblerTables.inc -gen-disassembler)
tablegen(LLVM X86GenEVEX2VEXTables.inc -gen-x86-EVEX2VEX-tables)
+tablegen(LLVM X86GenExegesis.inc -gen-exegesis)
tablegen(LLVM X86GenFastISel.inc -gen-fast-isel)
tablegen(LLVM X86GenGlobalISel.inc -gen-global-isel)
tablegen(LLVM X86GenInstrInfo.inc -gen-instr-info)
tablegen(LLVM X86GenRegisterBank.inc -gen-register-bank)
tablegen(LLVM X86GenRegisterInfo.inc -gen-register-info)
tablegen(LLVM X86GenSubtargetInfo.inc -gen-subtarget)
-tablegen(LLVM X86GenExegesis.inc -gen-exegesis)
if (X86_GEN_FOLD_TABLES)
tablegen(LLVM X86GenFoldTables.inc -gen-x86-fold-tables)
OpenPOWER on IntegriCloud