diff options
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: |