Skip to content

Commit f1314b6

Browse files
committed
[PowerPC] adjust test for uaddo change in rL353001
We don't need a mtctr/bctr for this test now; a regular conditional branch is fine. llvm-svn: 353002
1 parent 84ceae6 commit f1314b6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/test/CodeGen/PowerPC/ctrloop-shortLoops.ll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,8 @@ for.body: ; preds = %entry, %for.body
8282

8383
; Function Attrs: norecurse nounwind
8484
define signext i32 @testTripCount2NonSmallLoop() {
85-
8685
; CHECK-LABEL: testTripCount2NonSmallLoop:
87-
; CHECK: mtctr
86+
; CHECK: bge
8887
; CHECK: blr
8988

9089
entry:

0 commit comments

Comments
 (0)