diff options
author | Dylan McKay <me@dylanmckay.io> | 2017-07-05 00:50:56 +0000 |
---|---|---|
committer | Dylan McKay <me@dylanmckay.io> | 2017-07-05 00:50:56 +0000 |
commit | a24aa1990084c15f0ad27dbcff7ab1c96369f0f9 (patch) | |
tree | d37af3c03d74f512eb6df47df9ec92c0bd7c2770 /llvm/test/CodeGen/AVR/select-mbb-placement-bug.ll | |
parent | cf00d4374e51e78a2c2009cee164c6b16c2b3a61 (diff) | |
download | bcm5719-llvm-a24aa1990084c15f0ad27dbcff7ab1c96369f0f9.tar.gz bcm5719-llvm-a24aa1990084c15f0ad27dbcff7ab1c96369f0f9.zip |
Revert "[AVR] Add the branch selection pass from the GitHub repository"
This reverts commit 602ef067c1d58ecb425d061f35f2bc4c7e92f4f3.
llvm-svn: 307111
Diffstat (limited to 'llvm/test/CodeGen/AVR/select-mbb-placement-bug.ll')
-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..ca7ec1ab831 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: LBB0_1: +; CHECK: LBB0_2: +; CHECK-NOT: LBB0_3: start: br label %bb7.preheader |