summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MIRParser/MILexer.h
diff options
context:
space:
mode:
authorAlex Lorenz <arphaman@gmail.com>2015-07-23 23:09:07 +0000
committerAlex Lorenz <arphaman@gmail.com>2015-07-23 23:09:07 +0000
commit8cfc68677cd69c52ac9af50bac90410a98e1972e (patch)
tree006c3a8493c788dc1275a611ded859e54203d47f /llvm/lib/CodeGen/MIRParser/MILexer.h
parent8abca7e7294352390af75a6a24d264a4a9c8643f (diff)
downloadbcm5719-llvm-8cfc68677cd69c52ac9af50bac90410a98e1972e.tar.gz
bcm5719-llvm-8cfc68677cd69c52ac9af50bac90410a98e1972e.zip
MIR Serialization: Serialize the '.cfi_offset' CFI instruction.
Reviewers: Duncan P. N. Exon Smith llvm-svn: 243062
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 71356e37971..bae9dcd1ebe 100644
--- a/llvm/lib/CodeGen/MIRParser/MILexer.h
+++ b/llvm/lib/CodeGen/MIRParser/MILexer.h
@@ -46,6 +46,7 @@ struct MIToken {
kw_undef,
kw_frame_setup,
kw_debug_location,
+ kw_cfi_offset,
kw_cfi_def_cfa_offset,
// Identifier tokens
OpenPOWER on IntegriCloud