MIR Serialization: Serialize MachineFrameInfo's callee saved information.
authorAlex Lorenz <arphaman@gmail.com>
Fri, 24 Jul 2015 22:22:50 +0000 (22:22 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Fri, 24 Jul 2015 22:22:50 +0000 (22:22 +0000)
This commit serializes the callee saved information from the class
'MachineFrameInfo'. This commit extends the YAML mappings for the fixed and
the ordinary stack objects and adds an optional 'callee-saved-register'
attribute. This attribute is used to serialize the callee save information.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243173 91177308-0d34-0410-b5e6-96231b3b80d8


No differences found