diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/ctrloop-shortLoops.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/ctrloop-shortLoops.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/ctrloop-shortLoops.ll b/llvm/test/CodeGen/PowerPC/ctrloop-shortLoops.ll index ed9ec4300de..1f5edfa33e1 100644 --- a/llvm/test/CodeGen/PowerPC/ctrloop-shortLoops.ll +++ b/llvm/test/CodeGen/PowerPC/ctrloop-shortLoops.ll @@ -122,7 +122,7 @@ for.end: ; preds = %if.end ; a2q should use mtctr, but pwr8 should not use mtctr. define signext i32 @testTripCount5() { ; CHECK-LABEL: testTripCount5: -; CHECK-PWR8: mtctr +; CHECK-PWR8-NOT: mtctr ; CHECK-A2Q: mtctr entry: |