Skip to content

Commit afb07f7

Browse files
committed
rebase and RST -> markdown plaintext syntax
1 parent 4265755 commit afb07f7

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
@@ -213,12 +213,12 @@ Changes to the C API
213213
* The following functions are added to allow iterating over debug records attached to
214214
instructions:
215215

216-
* ``LLVMGetFirstDbgRecord``
217-
* ``LLVMGetLastDbgRecord``
218-
* ``LLVMGetNextDbgRecord``
219-
* ``LLVMGetPreviousDbgRecord``
216+
* `LLVMGetFirstDbgRecord`
217+
* `LLVMGetLastDbgRecord`
218+
* `LLVMGetNextDbgRecord`
219+
* `LLVMGetPreviousDbgRecord`
220220

221-
* Added ``LLVMAtomicRMWBinOpUSubCond`` and ``LLVMAtomicRMWBinOpUSubSat`` to ``LLVMAtomicRMWBinOp`` enum for AtomicRMW instructions.
221+
* Added `LLVMAtomicRMWBinOpUSubCond` and `LLVMAtomicRMWBinOpUSubSat` to `LLVMAtomicRMWBinOp` enum for AtomicRMW instructions.
222222

223223
Changes to the CodeGen infrastructure
224224
-------------------------------------

0 commit comments

Comments
 (0)