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, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/ctrloop-shortLoops.ll b/llvm/test/CodeGen/PowerPC/ctrloop-shortLoops.ll index 1f5edfa33e1..7681be96c5e 100644 --- a/llvm/test/CodeGen/PowerPC/ctrloop-shortLoops.ll +++ b/llvm/test/CodeGen/PowerPC/ctrloop-shortLoops.ll @@ -88,7 +88,8 @@ for.body: ; preds = %entry, %for.body ; Function Attrs: norecurse nounwind define signext i32 @testTripCount2NonSmallLoop() { ; CHECK-LABEL: testTripCount2NonSmallLoop: -; CHECK: bge +; CHECK: blt +; CHECK: beq ; CHECK: blr entry: |