mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-16 11:24:39 +00:00
MIR Serialization: Serialize the machine instruction's debug location.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242938 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -123,6 +123,7 @@ static MIToken::TokenKind getIdentifierKind(StringRef Identifier) {
|
||||
.Case("killed", MIToken::kw_killed)
|
||||
.Case("undef", MIToken::kw_undef)
|
||||
.Case("frame-setup", MIToken::kw_frame_setup)
|
||||
.Case("debug-location", MIToken::kw_debug_location)
|
||||
.Case(".cfi_def_cfa_offset", MIToken::kw_cfi_def_cfa_offset)
|
||||
.Default(MIToken::Identifier);
|
||||
}
|
||||
|
Reference in New Issue
Block a user