Keep tablegen commands in alphabetical order. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 31 Dec 2018 14:51:53 +0000 (14:51 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 31 Dec 2018 14:51:53 +0000 (14:51 +0000)
Mentioned on D56167.

llvm-svn: 350176

llvm/lib/Target/X86/CMakeLists.txt

index 524b4ae..645ca49 100644 (file)
@@ -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)