summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MIRParser/MILexer.h
diff options
context:
space:
mode:
authorAlex Lorenz <arphaman@gmail.com>2015-07-28 23:02:45 +0000
committerAlex Lorenz <arphaman@gmail.com>2015-07-28 23:02:45 +0000
commitef5c196fb04820c808b70288d58a9eca423091b1 (patch)
treecf92406cdb57f9c46f9f3c8441d86a9a07e92628 /llvm/lib/CodeGen/MIRParser/MILexer.h
parentcdae0a4e2d2a3d6755762bfee63467ab7f192069 (diff)
downloadbcm5719-llvm-ef5c196fb04820c808b70288d58a9eca423091b1.tar.gz
bcm5719-llvm-ef5c196fb04820c808b70288d58a9eca423091b1.zip
MIR Serialization: Serialize the target index machine operands.
Reviewers: Duncan P. N. Exon Smith llvm-svn: 243497
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 8721ba858f9..7693c1015d8 100644
--- a/llvm/lib/CodeGen/MIRParser/MILexer.h
+++ b/llvm/lib/CodeGen/MIRParser/MILexer.h
@@ -52,6 +52,7 @@ struct MIToken {
kw_cfi_def_cfa_register,
kw_cfi_def_cfa_offset,
kw_blockaddress,
+ kw_target_index,
// Identifier tokens
Identifier,
OpenPOWER on IntegriCloud