Skip to content

Commit 4fedd4b

Browse files
author
Sjoerd Meijer
committed
[AArch64] Remove outdated FIXME in test arm64-csel.ll. NFC.
1 parent fdd741d commit 4fedd4b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/test/CodeGen/AArch64/arm64-csel.ll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ define i32 @foo7(i32 %a, i32 %b) nounwind {
106106
; CHECK-NEXT: csel w0, w10, w9, ge
107107
; CHECK-NEXT: ret
108108
entry:
109-
; FIXME: Misspelled CHECK-NEXT
110109
%sub = sub nsw i32 %a, %b
111110
%cmp = icmp sgt i32 %sub, -1
112111
%sub3 = sub nsw i32 0, %sub

0 commit comments

Comments
 (0)