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)
commit7feaf7c60be1557931549ec0f848090eb1e9da99
tree31eabcfed68328262a73dd4a90d9d8115da6fc80
parent9b4f6b2650fb7db7c09755dcb731a6d68e4ffe11
MIR Serialization: Serialize the frame index machine operands.

Reviewers: Duncan P. N. Exon Smith
llvm-svn: 242487
llvm/lib/CodeGen/MIRParser/MILexer.cpp
llvm/lib/CodeGen/MIRParser/MILexer.h
llvm/lib/CodeGen/MIRParser/MIParser.cpp
llvm/lib/CodeGen/MIRParser/MIParser.h
llvm/lib/CodeGen/MIRParser/MIRParser.cpp
llvm/lib/CodeGen/MIRPrinter.cpp
llvm/test/CodeGen/MIR/X86/stack-object-operand-name-mismatch-error.mir [new file with mode: 0644]
llvm/test/CodeGen/MIR/X86/stack-object-operands.mir [new file with mode: 0644]
llvm/test/CodeGen/MIR/X86/undefined-fixed-stack-object.mir [new file with mode: 0644]
llvm/test/CodeGen/MIR/X86/undefined-stack-object.mir [new file with mode: 0644]