forked from OSchip/llvm-project
[X86] Revert accidental change to CMakeLists.txt in r321952
I had removed the qualifiers around the autogenerated folding table so I could compare with the manual table, but didn't intend to commit the change. llvm-svn: 321971
This commit is contained in:
parent
93b8bd4955
commit
e9f44e1b80
|
@ -14,7 +14,9 @@ tablegen(LLVM X86GenEVEX2VEXTables.inc -gen-x86-EVEX2VEX-tables)
|
|||
tablegen(LLVM X86GenRegisterBank.inc -gen-register-bank)
|
||||
tablegen(LLVM X86GenGlobalISel.inc -gen-global-isel)
|
||||
|
||||
tablegen(LLVM X86GenFoldTables.inc -gen-x86-fold-tables)
|
||||
if (X86_GEN_FOLD_TABLES)
|
||||
tablegen(LLVM X86GenFoldTables.inc -gen-x86-fold-tables)
|
||||
endif()
|
||||
|
||||
add_public_tablegen_target(X86CommonTableGen)
|
||||
|
||||
|
|
Loading…
Reference in New Issue