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