Skip to content

Commit

Permalink
[AArch64] Remove outdated FIXME in test arm64-csel.ll. NFC.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjoerd Meijer committed Dec 29, 2021
1 parent fdd741d commit 4fedd4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llvm/test/CodeGen/AArch64/arm64-csel.ll
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4fedd4b

Please sign in to comment.