forked from OSchip/llvm-project
[AVR] Fix the select_mbb_placement_bug.ll test
llvm-svn: 316124
This commit is contained in:
parent
0be459e066
commit
443695f80a
|
@ -8,9 +8,9 @@ define internal fastcc void @loopy() {
|
|||
;
|
||||
; https://github.com/avr-rust/rust/issues/49
|
||||
|
||||
; CHECK: LBB0_{{[0-9]+}}:
|
||||
; CHECK: LBB0_{{[0-9]+}}:
|
||||
; CHECK-NOT: LBB0_{{[0-9]+}}:
|
||||
; CHECK-LABEL: LBB0_{{[0-9]+}}
|
||||
; CHECK-LABEL: LBB0_{{[0-9]+}}
|
||||
; CHECK-NOT: LBB0_{{[0-9]+}}
|
||||
start:
|
||||
br label %bb7.preheader
|
||||
|
||||
|
|
Loading…
Reference in New Issue