llvm-6502/include
Alex Lorenz 73d2cc5b8e MIR Serialization: Serialize MBB successors.
This commit implements serialization of the machine basic block successors. It
uses a YAML flow sequence that contains strings that have the MBB references.
The MBB references in those strings use the same syntax as the MBB machine
operands in the machine instruction strings.

Reviewers: Duncan P. N. Exon Smith

Differential Revision: http://reviews.llvm.org/D10699


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241093 91177308-0d34-0410-b5e6-96231b3b80d8
2015-06-30 18:16:42 +00:00
..
llvm MIR Serialization: Serialize MBB successors. 2015-06-30 18:16:42 +00:00
llvm-c lto: Clean up C libLTO interfaces pertaining to linker flags. 2015-06-29 23:09:12 +00:00