X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=test%2FCodeGen%2FMIR%2FGeneric%2Fexpected-mbb-reference-for-successor-mbb.mir;h=a5e04f86c6d103b22ac1d78d1e27215b1c0a6d07;hp=ce9192901d7dc5a014d43c1d623bbe0fe0ed3d39;hb=5d09c2f25d766af6eff341545eca344beda55588;hpb=9ce155daf1374d05204ef8e09704a788fe5a9bd7 diff --git a/test/CodeGen/MIR/Generic/expected-mbb-reference-for-successor-mbb.mir b/test/CodeGen/MIR/Generic/expected-mbb-reference-for-successor-mbb.mir index ce9192901d7..a5e04f86c6d 100644 --- a/test/CodeGen/MIR/Generic/expected-mbb-reference-for-successor-mbb.mir +++ b/test/CodeGen/MIR/Generic/expected-mbb-reference-for-successor-mbb.mir @@ -17,13 +17,12 @@ ... --- name: foo -body: - - id: 0 - name: entry - # CHECK: [[@LINE+1]]:35: expected a machine basic block reference - successors: [ '%bb.1.less', '2' ] - - id: 1 - name: less - - id: 2 - name: exit +body: | + bb.0.entry: + ; CHECK: [[@LINE+1]]:29: expected a machine basic block reference + successors: %bb.1.less, 2 + + bb.1.less: + + bb.2.exit: ...