Skip to content

Commit f6ea1c8

Browse files
committed
[RISCV] Remove -rc1 from Zacas/Zabha version comment. NFC
1 parent 3f52eef commit f6ea1c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/RISCV/RISCVInstrInfoZa.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
// This file describes the RISC-V instructions from the standard atomic 'Za*'
1010
// extensions:
1111
// - Zawrs (v1.0) : Wait-on-Reservation-Set.
12-
// - Zacas (v1.0-rc1) : Atomic Compare-and-Swap.
13-
// - Zabha (v1.0-rc1) : Byte and Halfword Atomic Memory Operations.
12+
// - Zacas (v1.0) : Atomic Compare-and-Swap.
13+
// - Zabha (v1.0) : Byte and Halfword Atomic Memory Operations.
1414
//
1515
//===----------------------------------------------------------------------===//
1616

0 commit comments

Comments
 (0)