MIR Serialization: Serialize the jump table index operands.
authorAlex Lorenz <arphaman@gmail.com>
Wed, 15 Jul 2015 23:38:35 +0000 (23:38 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Wed, 15 Jul 2015 23:38:35 +0000 (23:38 +0000)
commita2e819fb092ec6a33438520ce74c3afe193b5359
tree8fb77f1bb758586a155cc2e96664a7f5012f7df5
parent81bef8c7a7118eeffd26d996444f96b76db8bc7b
MIR Serialization: Serialize the jump table index operands.

Reviewers: Duncan P. N. Exon Smith

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242358 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MIRParser/MILexer.cpp
lib/CodeGen/MIRParser/MILexer.h
lib/CodeGen/MIRParser/MIParser.cpp
lib/CodeGen/MIRParser/MIParser.h
lib/CodeGen/MIRParser/MIRParser.cpp
lib/CodeGen/MIRPrinter.cpp
test/CodeGen/MIR/X86/jump-table-info.mir
test/CodeGen/MIR/X86/undefined-jump-table-id.mir [new file with mode: 0644]