MIR Serialization: Serialize the frame information's stack protector index.
authorAlex Lorenz <arphaman@gmail.com>
Tue, 18 Aug 2015 22:26:26 +0000 (22:26 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Tue, 18 Aug 2015 22:26:26 +0000 (22:26 +0000)
commit07c6bd849291269bff9700bbc337732e4e2896ee
treeeeea3ffacbe2841a431606e659ca6aba0e21a8b0
parent0a39c58503cad3cb02197257a182ec79df7a9305
MIR Serialization: Serialize the frame information's stack protector index.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245372 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MIRYamlMapping.h
include/llvm/CodeGen/MachineFrameInfo.h
lib/CodeGen/MIRParser/MIParser.cpp
lib/CodeGen/MIRParser/MIParser.h
lib/CodeGen/MIRParser/MIRParser.cpp
lib/CodeGen/MIRPrinter.cpp
test/CodeGen/MIR/X86/expected-stack-object.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/frame-info-stack-references.mir [new file with mode: 0644]