diff options
author | Sanjay Patel <spatel@rotateright.com> | 2019-02-03 18:10:16 +0000 |
---|---|---|
committer | Sanjay Patel <spatel@rotateright.com> | 2019-02-03 18:10:16 +0000 |
commit | f1314b66030058abf0545bc054622902864f6444 (patch) | |
tree | c8e0f3c6a7b29696e0a5e53d26ea2056bd124ab4 /llvm/test/CodeGen/PowerPC/ctrloop-shortLoops.ll | |
parent | 84ceae6048cbfc5141a36c369eae621b4fb4d613 (diff) | |
download | bcm5719-llvm-f1314b66030058abf0545bc054622902864f6444.tar.gz bcm5719-llvm-f1314b66030058abf0545bc054622902864f6444.zip |
[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
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/ctrloop-shortLoops.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/ctrloop-shortLoops.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/PowerPC/ctrloop-shortLoops.ll b/llvm/test/CodeGen/PowerPC/ctrloop-shortLoops.ll index 481ec54e79a..c1ba9214fda 100644 --- a/llvm/test/CodeGen/PowerPC/ctrloop-shortLoops.ll +++ b/llvm/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: |