Skip to content

Commit ebc37e5

Browse files
committed
rebase and RST -> markdown plaintext syntax
1 parent 15a028f commit ebc37e5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

llvm/docs/ReleaseNotes.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -231,12 +231,12 @@ Changes to the C API
231231
* The following functions are added to allow iterating over debug records attached to
232232
instructions:
233233

234-
* ``LLVMGetFirstDbgRecord``
235-
* ``LLVMGetLastDbgRecord``
236-
* ``LLVMGetNextDbgRecord``
237-
* ``LLVMGetPreviousDbgRecord``
234+
* `LLVMGetFirstDbgRecord`
235+
* `LLVMGetLastDbgRecord`
236+
* `LLVMGetNextDbgRecord`
237+
* `LLVMGetPreviousDbgRecord`
238238

239-
* Added ``LLVMAtomicRMWBinOpUSubCond`` and ``LLVMAtomicRMWBinOpUSubSat`` to ``LLVMAtomicRMWBinOp`` enum for AtomicRMW instructions.
239+
* Added `LLVMAtomicRMWBinOpUSubCond` and `LLVMAtomicRMWBinOpUSubSat` to `LLVMAtomicRMWBinOp` enum for AtomicRMW instructions.
240240

241241
Changes to the CodeGen infrastructure
242242
-------------------------------------

0 commit comments

Comments
 (0)