From a24aa1990084c15f0ad27dbcff7ab1c96369f0f9 Mon Sep 17 00:00:00 2001 From: Dylan McKay Date: Wed, 5 Jul 2017 00:50:56 +0000 Subject: Revert "[AVR] Add the branch selection pass from the GitHub repository" This reverts commit 602ef067c1d58ecb425d061f35f2bc4c7e92f4f3. llvm-svn: 307111 --- llvm/test/CodeGen/AVR/ctlz.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/test/CodeGen/AVR/ctlz.ll') diff --git a/llvm/test/CodeGen/AVR/ctlz.ll b/llvm/test/CodeGen/AVR/ctlz.ll index a49e80bd7ab..4f73e846b1f 100644 --- a/llvm/test/CodeGen/AVR/ctlz.ll +++ b/llvm/test/CodeGen/AVR/ctlz.ll @@ -10,7 +10,7 @@ declare i8 @llvm.ctlz.i8(i8) ; CHECK-LABEL: count_leading_zeros: ; CHECK: cpi [[RESULT:r[0-9]+]], 0 -; CHECK: breq LBB0_2 +; CHECK: breq LBB0_1 ; CHECK: mov [[SCRATCH:r[0-9]+]], {{.*}}[[RESULT]] ; CHECK: lsr {{.*}}[[SCRATCH]] ; CHECK: or {{.*}}[[SCRATCH]], {{.*}}[[RESULT]] @@ -43,6 +43,6 @@ declare i8 @llvm.ctlz.i8(i8) ; CHECK: add {{.*}}[[RESULT]], {{.*}}[[SCRATCH]] ; CHECK: andi {{.*}}[[RESULT]], 15 ; CHECK: ret -; CHECK: LBB0_2: +; CHECK: LBB0_1: ; CHECK: ldi {{.*}}[[RESULT]], 8 ; CHECK: ret -- cgit v1.2.3