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)
commita6f9a37d92bbecaec799e02f84d6bf2cb866e91b
tree3fa1f0939fa8b91a98f9f014bccbf7aacca64f02
parentff16b9ac90dc92ebb2b3097707148930abeca2f8
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.

llvm-svn: 243575
llvm/include/llvm/CodeGen/MIRYamlMapping.h
llvm/lib/CodeGen/MIRParser/MIRParser.cpp
llvm/lib/CodeGen/MIRPrinter.cpp
llvm/test/CodeGen/MIR/X86/frame-info-save-restore-points.mir [new file with mode: 0644]