summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/MIR/X86/implicit-register-flag.mir
diff options
context:
space:
mode:
authorAlex Lorenz <arphaman@gmail.com>2015-07-24 17:36:55 +0000
committerAlex Lorenz <arphaman@gmail.com>2015-07-24 17:36:55 +0000
commit3905d9db97b2d1646cb01ee64c8a57ed4214b8ec (patch)
tree99188f54d2adfb2050686ef39193d80c1529eab7 /llvm/test/CodeGen/MIR/X86/implicit-register-flag.mir
parent55f95127bf55ae4544d58c7087dbe87ef3cbbf7f (diff)
downloadbcm5719-llvm-3905d9db97b2d1646cb01ee64c8a57ed4214b8ec.tar.gz
bcm5719-llvm-3905d9db97b2d1646cb01ee64c8a57ed4214b8ec.zip
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. llvm-svn: 243124
Diffstat (limited to 'llvm/test/CodeGen/MIR/X86/implicit-register-flag.mir')
-rw-r--r--llvm/test/CodeGen/MIR/X86/implicit-register-flag.mir1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/MIR/X86/implicit-register-flag.mir b/llvm/test/CodeGen/MIR/X86/implicit-register-flag.mir
index 9c6882d27bd..cf2c930b64b 100644
--- a/llvm/test/CodeGen/MIR/X86/implicit-register-flag.mir
+++ b/llvm/test/CodeGen/MIR/X86/implicit-register-flag.mir
@@ -22,6 +22,7 @@ name: foo
body:
- id: 0
name: entry
+ successors: [ '%bb.1.less', '%bb.2.exit' ]
instructions:
# CHECK: - 'CMP32ri8 %edi, 10, implicit-def %eflags'
# CHECK-NEXT: - 'JG_1 %bb.2.exit, implicit %eflags'
OpenPOWER on IntegriCloud