OSDN Git Service

[AVR] Fix the select-mbb-placement-bug.ll
authorDylan McKay <me@dylanmckay.io>
Fri, 20 Oct 2017 04:17:14 +0000 (04:17 +0000)
committerDylan McKay <me@dylanmckay.io>
Fri, 20 Oct 2017 04:17:14 +0000 (04:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@316205 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/AVR/select-mbb-placement-bug.ll

index 14ec07e..aca9502 100644 (file)
@@ -8,9 +8,9 @@ define internal fastcc void @loopy() {
 ;
 ; https://github.com/avr-rust/rust/issues/49
 
-; CHECK-LABEL: LBB0_{{[0-9]+}}
-; CHECK-LABEL: LBB0_{{[0-9]+}}
-; CHECK-NOT: LBB0_{{[0-9]+}}
+; CHECK: LBB0_{{[0-9]+}}:
+; CHECK: LBB0_{{[0-9]+}}:
+; CHECK-NOT: LBB0_{{[0-9]+}}:
 start:
   br label %bb7.preheader