From 4fedd4be385e6502a7806df87a3cdd02f99bbcba Mon Sep 17 00:00:00 2001 From: Sjoerd Meijer Date: Thu, 23 Dec 2021 15:22:46 +0000 Subject: [PATCH] [AArch64] Remove outdated FIXME in test arm64-csel.ll. NFC. --- llvm/test/CodeGen/AArch64/arm64-csel.ll | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/test/CodeGen/AArch64/arm64-csel.ll b/llvm/test/CodeGen/AArch64/arm64-csel.ll index ec3694f..72ad42b 100644 --- a/llvm/test/CodeGen/AArch64/arm64-csel.ll +++ b/llvm/test/CodeGen/AArch64/arm64-csel.ll @@ -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 -- 2.7.4