MIR Tests: Make the basic block successor test an X86 specific test.
authorAlex Lorenz <arphaman@gmail.com>
Fri, 24 Jul 2015 17:31:55 +0000 (17:31 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Fri, 24 Jul 2015 17:31:55 +0000 (17:31 +0000)
commit9b1988a8401ab178ed073ea3f152b286f822b5e5
treef69b6921d109e8a5dc16cb5bbc1cac12e7328acc
parenta1692b30cb3c2bdfc6cecce2dd1084b02cfb96a8
MIR Tests: Make the basic block successor test an X86 specific test.

This commit moves and transforms the generic test
'CodeGen/MIR/successor-basic-blocks.mir' into an X86 specific test
'CodeGen/MIR/X86/successor-basic-blocks.mir'. This change is required in order
to enable the machine verifier for the MIR parser, as the machine verifier
verifies that the machine basic blocks contain instructions that actually
determine the machine basic block successors.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243123 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/MIR/X86/successor-basic-blocks.mir [new file with mode: 0644]
test/CodeGen/MIR/successor-basic-blocks.mir [deleted file]