From 1f01d45ee0aa23c6c69202bf894b0c113d349659 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Wed, 29 Sep 2010 10:45:43 +0000 Subject: [PATCH] do not compare actual branch labels; this may fix llvm-gcc-x86_64-darwin10-cross-mingw32 buildbot too git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115034 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/ARM/arm-and-tst-peephole.ll | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/CodeGen/ARM/arm-and-tst-peephole.ll b/test/CodeGen/ARM/arm-and-tst-peephole.ll index 8d3c0e013b9..5b70decd8c7 100644 --- a/test/CodeGen/ARM/arm-and-tst-peephole.ll +++ b/test/CodeGen/ARM/arm-and-tst-peephole.ll @@ -19,16 +19,16 @@ tailrecurse: ; preds = %sw.bb, %entry %0 = ptrtoint i8* %tmp2 to i32 ; CHECK: ands r12, r12, #3 -; CHECK-NEXT: beq .LBB0_2 +; CHECK-NEXT: beq ; THUMB: movs r5, #3 ; THUMB-NEXT: mov r6, r4 ; THUMB-NEXT: ands r6, r5 ; THUMB-NEXT: tst r4, r5 -; THUMB-NEXT: beq .LBB0_3 +; THUMB-NEXT: beq ; T2: ands r12, r12, #3 -; T2-NEXT: beq .LBB0_3 +; T2-NEXT: beq %and = and i32 %0, 3 %tst = icmp eq i32 %and, 0 -- 2.34.1