mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
[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
add47928df
commit
4d10a572ab
@ -14,7 +14,9 @@ tablegen(LLVM X86GenEVEX2VEXTables.inc -gen-x86-EVEX2VEX-tables)
|
|||||||
tablegen(LLVM X86GenRegisterBank.inc -gen-register-bank)
|
tablegen(LLVM X86GenRegisterBank.inc -gen-register-bank)
|
||||||
tablegen(LLVM X86GenGlobalISel.inc -gen-global-isel)
|
tablegen(LLVM X86GenGlobalISel.inc -gen-global-isel)
|
||||||
|
|
||||||
|
if (X86_GEN_FOLD_TABLES)
|
||||||
tablegen(LLVM X86GenFoldTables.inc -gen-x86-fold-tables)
|
tablegen(LLVM X86GenFoldTables.inc -gen-x86-fold-tables)
|
||||||
|
endif()
|
||||||
|
|
||||||
add_public_tablegen_target(X86CommonTableGen)
|
add_public_tablegen_target(X86CommonTableGen)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user