MIR Serialization: Serialize the frame index machine operands.
authorAlex Lorenz <arphaman@gmail.com>
Thu, 16 Jul 2015 23:37:45 +0000 (23:37 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Thu, 16 Jul 2015 23:37:45 +0000 (23:37 +0000)
commited2032f17aa8bc2dbcb96611e6a0bd6dec36ae6a
treed35249f9b1af707f213f27b434b3220950538121
parent1dd3d83c5e56370acb4736182382db4deb70738e
MIR Serialization: Serialize the frame index machine operands.

Reviewers: Duncan P. N. Exon Smith

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242487 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/stack-object-operand-name-mismatch-error.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/stack-object-operands.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/undefined-fixed-stack-object.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/undefined-stack-object.mir [new file with mode: 0644]