diff options
author | Alex Lorenz <arphaman@gmail.com> | 2015-07-22 21:15:11 +0000 |
---|---|---|
committer | Alex Lorenz <arphaman@gmail.com> | 2015-07-22 21:15:11 +0000 |
commit | 46d760d161d4d6255d02cde48831c079fb362769 (patch) | |
tree | 4e8afa5095c4eef9512f4a66b0592f5a186ed855 /llvm/lib/CodeGen/MIRParser/MILexer.h | |
parent | 2873810c6f81a288bcb53b0da9af4c21858a4f20 (diff) | |
download | bcm5719-llvm-46d760d161d4d6255d02cde48831c079fb362769.tar.gz bcm5719-llvm-46d760d161d4d6255d02cde48831c079fb362769.zip |
MIR Serialization: Serialize the machine instruction's debug location.
llvm-svn: 242938
Diffstat (limited to 'llvm/lib/CodeGen/MIRParser/MILexer.h')
-rw-r--r-- | llvm/lib/CodeGen/MIRParser/MILexer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/MIRParser/MILexer.h b/llvm/lib/CodeGen/MIRParser/MILexer.h index 79972bbc533..71356e37971 100644 --- a/llvm/lib/CodeGen/MIRParser/MILexer.h +++ b/llvm/lib/CodeGen/MIRParser/MILexer.h @@ -45,6 +45,7 @@ struct MIToken { kw_killed, kw_undef, kw_frame_setup, + kw_debug_location, kw_cfi_def_cfa_offset, // Identifier tokens |