From: Simon Pilgrim Date: Mon, 31 Dec 2018 14:51:53 +0000 (+0000) Subject: Keep tablegen commands in alphabetical order. NFCI. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f6c97571984c6d0172dc1ad1cdd66492145ccc70;p=llvm Keep tablegen commands in alphabetical order. NFCI. Mentioned on D56167. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@350176 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/CMakeLists.txt b/lib/Target/X86/CMakeLists.txt index 524b4ae53be..645ca49f2a1 100644 --- a/lib/Target/X86/CMakeLists.txt +++ b/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)