Skip to content

Commit 3365cc0

Browse files
committed
[TableGen] Extract InstructionEncoding class into a separate file (NFC)
1 parent f21c0d4 commit 3365cc0

File tree

4 files changed

+581
-534
lines changed

4 files changed

+581
-534
lines changed

llvm/utils/TableGen/Common/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ add_llvm_library(LLVMTableGenCommon STATIC OBJECT EXCLUDE_FROM_ALL DISABLE_LLVM_
2929
CodeGenTarget.cpp
3030
DAGISelMatcher.cpp
3131
InfoByHwMode.cpp
32+
InstructionEncoding.cpp
3233
OptEmitter.cpp
3334
PredicateExpander.cpp
3435
SubtargetFeatureInfo.cpp

0 commit comments

Comments
 (0)