[AArch64] Remove outdated FIXME in test arm64-csel.ll. NFC.
authorSjoerd Meijer <sjoerd.meijer@arm.com>
Thu, 23 Dec 2021 15:22:46 +0000 (15:22 +0000)
committerSjoerd Meijer <sjoerd.meijer@arm.com>
Wed, 29 Dec 2021 10:40:45 +0000 (10:40 +0000)
llvm/test/CodeGen/AArch64/arm64-csel.ll

index ec3694f..72ad42b 100644 (file)
@@ -106,7 +106,6 @@ define i32 @foo7(i32 %a, i32 %b) nounwind {
 ; CHECK-NEXT:    csel w0, w10, w9, ge
 ; CHECK-NEXT:    ret
 entry:
-; FIXME: Misspelled CHECK-NEXT
   %sub = sub nsw i32 %a, %b
   %cmp = icmp sgt i32 %sub, -1
   %sub3 = sub nsw i32 0, %sub