diff options
author | Dylan McKay <me@dylanmckay.io> | 2017-10-18 20:04:57 +0000 |
---|---|---|
committer | Dylan McKay <me@dylanmckay.io> | 2017-10-18 20:04:57 +0000 |
commit | 443695f80aab6ceddd570367ffc3019c1cbd2a0f (patch) | |
tree | 15d3a8221bec498295f2f445f20fa7e0541e1509 /llvm/test/CodeGen/AVR | |
parent | 0be459e0662e0aa9a1a23b9091387de38a58d4a5 (diff) | |
download | bcm5719-llvm-443695f80aab6ceddd570367ffc3019c1cbd2a0f.tar.gz bcm5719-llvm-443695f80aab6ceddd570367ffc3019c1cbd2a0f.zip |
[AVR] Fix the select_mbb_placement_bug.ll test
llvm-svn: 316124
Diffstat (limited to 'llvm/test/CodeGen/AVR')
-rw-r--r-- | llvm/test/CodeGen/AVR/select-mbb-placement-bug.ll | 6 |
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 aca9502b5df..14ec07efb1d 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: 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 |