From 42cd6bd0db5883d745afec14859e97c4f7bd45dc Mon Sep 17 00:00:00 2001 From: Nemanja Ivanovic Date: Tue, 14 Apr 2020 10:11:13 -0500 Subject: [PATCH] [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. --- llvm/test/CodeGen/PowerPC/testCompareslleqsi.ll | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/test/CodeGen/PowerPC/testCompareslleqsi.ll b/llvm/test/CodeGen/PowerPC/testCompareslleqsi.ll index 63612ae..4785373 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@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@toc@ha -- 2.7.4