mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-24 06:25:18 +00:00
MIR Serialization: Serialize the target index machine operands.
Reviewers: Duncan P. N. Exon Smith git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243497 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -148,6 +148,7 @@ static MIToken::TokenKind getIdentifierKind(StringRef Identifier) {
|
||||
.Case(".cfi_def_cfa_register", MIToken::kw_cfi_def_cfa_register)
|
||||
.Case(".cfi_def_cfa_offset", MIToken::kw_cfi_def_cfa_offset)
|
||||
.Case("blockaddress", MIToken::kw_blockaddress)
|
||||
.Case("target-index", MIToken::kw_target_index)
|
||||
.Default(MIToken::Identifier);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user