summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MIRParser/MILexer.h
diff options
context:
space:
mode:
authorAlex Lorenz <arphaman@gmail.com>2015-07-22 21:15:11 +0000
committerAlex Lorenz <arphaman@gmail.com>2015-07-22 21:15:11 +0000
commit46d760d161d4d6255d02cde48831c079fb362769 (patch)
tree4e8afa5095c4eef9512f4a66b0592f5a186ed855 /llvm/lib/CodeGen/MIRParser/MILexer.h
parent2873810c6f81a288bcb53b0da9af4c21858a4f20 (diff)
downloadbcm5719-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.h1
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
OpenPOWER on IntegriCloud