MIR Tests: Add liveins and successors to make tests pass with machine verifier.
authorAlex Lorenz <arphaman@gmail.com>
Fri, 24 Jul 2015 17:36:55 +0000 (17:36 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Fri, 24 Jul 2015 17:36:55 +0000 (17:36 +0000)
commit4420c488b2b07d0ab0b173941d1827bfb6c546c6
treefc30ea7fe2721f43413c1dc9882d6589a6b30fc5
parent9b1988a8401ab178ed073ea3f152b286f822b5e5
MIR Tests: Add liveins and successors to make tests pass with machine verifier.

This commit adds the liveins and successors properties to machine basic blocks
in some of the MIR tests to ensure that the tests will pass when the MIR parser
will run the machine verifier after initializing a machine function.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243124 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/MIR/X86/cfi-offset.mir
test/CodeGen/MIR/X86/external-symbol-operands.mir
test/CodeGen/MIR/X86/implicit-register-flag.mir
test/CodeGen/MIR/X86/instructions-debug-location.mir
test/CodeGen/MIR/X86/killed-register-flag.mir
test/CodeGen/MIR/X86/machine-basic-block-operands.mir
test/CodeGen/MIR/X86/metadata-operands.mir
test/CodeGen/MIR/X86/missing-implicit-operand.mir
test/CodeGen/MIR/X86/subregister-operands.mir
test/CodeGen/MIR/X86/virtual-registers.mir