From: Sanjay Patel Date: Sun, 3 Feb 2019 18:10:16 +0000 (+0000) Subject: [PowerPC] adjust test for uaddo change in rL353001 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=39da3a3c7c413a1b98c4ad6da255f24681ef75e7;p=llvm [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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@353002 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/PowerPC/ctrloop-shortLoops.ll b/test/CodeGen/PowerPC/ctrloop-shortLoops.ll index 481ec54e79a..c1ba9214fda 100644 --- a/test/CodeGen/PowerPC/ctrloop-shortLoops.ll +++ b/test/CodeGen/PowerPC/ctrloop-shortLoops.ll @@ -82,9 +82,8 @@ for.body: ; preds = %entry, %for.body ; Function Attrs: norecurse nounwind define signext i32 @testTripCount2NonSmallLoop() { - ; CHECK-LABEL: testTripCount2NonSmallLoop: -; CHECK: mtctr +; CHECK: bge ; CHECK: blr entry: