summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AVR
diff options
context:
space:
mode:
authorDylan McKay <me@dylanmckay.io>2017-10-20 04:17:14 +0000
committerDylan McKay <me@dylanmckay.io>2017-10-20 04:17:14 +0000
commit6670e424028caf7908bd9ef2f41550c48064a741 (patch)
treec5b58408c78628bc52e18c2fda7bc2da5ae74308 /llvm/test/CodeGen/AVR
parente5696580aa9767d6baa0db996855a7b3a5171f8c (diff)
downloadbcm5719-llvm-6670e424028caf7908bd9ef2f41550c48064a741.tar.gz
bcm5719-llvm-6670e424028caf7908bd9ef2f41550c48064a741.zip
[AVR] Fix the select-mbb-placement-bug.ll
llvm-svn: 316205
Diffstat (limited to 'llvm/test/CodeGen/AVR')
-rw-r--r--llvm/test/CodeGen/AVR/select-mbb-placement-bug.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/AVR/select-mbb-placement-bug.ll b/llvm/test/CodeGen/AVR/select-mbb-placement-bug.ll
index 14ec07efb1d..aca9502b5df 100644
--- a/llvm/test/CodeGen/AVR/select-mbb-placement-bug.ll
+++ b/llvm/test/CodeGen/AVR/select-mbb-placement-bug.ll
@@ -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
OpenPOWER on IntegriCloud