MIR Serialization: Serialize the frame info's save and restore points.
authorAlex Lorenz <arphaman@gmail.com>
Wed, 29 Jul 2015 21:09:09 +0000 (21:09 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Wed, 29 Jul 2015 21:09:09 +0000 (21:09 +0000)
commit81474d36a0e7415f765193f5df272522930831a8
tree9425721b2a23a43274dc4f9e9de6dde6ac21dd33
parent3b4ca38ce1c457c26dd52814a068bb0e64616511
MIR Serialization: Serialize the frame info's save and restore points.

This commit serializes the save and restore machine basic block references from
the machine frame information class.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243575 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MIRYamlMapping.h
lib/CodeGen/MIRParser/MIRParser.cpp
lib/CodeGen/MIRPrinter.cpp
test/CodeGen/MIR/X86/frame-info-save-restore-points.mir [new file with mode: 0644]