[llvm] 42cd6bd - [PowerPC][NFC] Remove spurious incorrect CHECKNEXT directive from test
Nemanja Ivanovic via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 14 08:14:39 PDT 2020
Author: Nemanja Ivanovic
Date: 2020-04-14T10:14:02-05:00
New Revision: 42cd6bd0db5883d745afec14859e97c4f7bd45dc
URL: https://github.com/llvm/llvm-project/commit/42cd6bd0db5883d745afec14859e97c4f7bd45dc
DIFF: https://github.com/llvm/llvm-project/commit/42cd6bd0db5883d745afec14859e97c4f7bd45dc.diff
LOG: [PowerPC][NFC] Remove spurious incorrect CHECKNEXT directive from test
The directive was a typo when I first wrote the test case, then
decided to use the script and the script didn't remove the line
with the typo.
Added:
Modified:
llvm/test/CodeGen/PowerPC/testCompareslleqsi.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/PowerPC/testCompareslleqsi.ll b/llvm/test/CodeGen/PowerPC/testCompareslleqsi.ll
index 63612aec1672..47853737f7d9 100644
--- a/llvm/test/CodeGen/PowerPC/testCompareslleqsi.ll
+++ b/llvm/test/CodeGen/PowerPC/testCompareslleqsi.ll
@@ -198,7 +198,6 @@ define void @test_lleqsi_z_store(i32 signext %a) {
; CHECK-NEXT: srwi r3, r3, 5
; CHECK-NEXT: stw r3, glob at toc@l(r4)
; CHECK-NEXT: blr
-; CHECKNEXT: blr
; CHECK-BE-LABEL: test_lleqsi_z_store:
; CHECK-BE: # %bb.0: # %entry
; CHECK-BE-NEXT: addis r4, r2, .LC0 at toc@ha
More information about the llvm-commits
mailing list