MIR Serialization: Serialize the block address machine operands.
authorAlex Lorenz <arphaman@gmail.com>
Tue, 28 Jul 2015 17:28:03 +0000 (17:28 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Tue, 28 Jul 2015 17:28:03 +0000 (17:28 +0000)
commit6d0376c00ca3d1898db70fc3b0e945792e83ba4e
treef847195d88920fd6e27d3c0b3a8faeccc9272e81
parent6b43809281221adccad15e4f3e3393dc629e0d3e
MIR Serialization: Serialize the block address machine operands.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243453 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MIRParser/MILexer.cpp
lib/CodeGen/MIRParser/MILexer.h
lib/CodeGen/MIRParser/MIParser.cpp
lib/CodeGen/MIRPrinter.cpp
test/CodeGen/MIR/X86/block-address-operands.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/expected-block-reference-in-blockaddress.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/expected-function-reference-after-blockaddress.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/expected-global-value-after-blockaddress.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/undefined-ir-block-in-blockaddress.mir [new file with mode: 0644]
test/CodeGen/MIR/X86/undefined-ir-block-slot-in-blockaddress.mir [new file with mode: 0644]