Skip to content

Commit fdfb179

Browse files
committed
rebase and RST -> markdown plaintext syntax
1 parent 81b62ca commit fdfb179

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
@@ -205,12 +205,12 @@ Changes to the C API
205205
* The following functions are added to allow iterating over debug records attached to
206206
instructions:
207207

208-
* ``LLVMGetFirstDbgRecord``
209-
* ``LLVMGetLastDbgRecord``
210-
* ``LLVMGetNextDbgRecord``
211-
* ``LLVMGetPreviousDbgRecord``
208+
* `LLVMGetFirstDbgRecord`
209+
* `LLVMGetLastDbgRecord`
210+
* `LLVMGetNextDbgRecord`
211+
* `LLVMGetPreviousDbgRecord`
212212

213-
* Added ``LLVMAtomicRMWBinOpUSubCond`` and ``LLVMAtomicRMWBinOpUSubSat`` to ``LLVMAtomicRMWBinOp`` enum for AtomicRMW instructions.
213+
* Added `LLVMAtomicRMWBinOpUSubCond` and `LLVMAtomicRMWBinOpUSubSat` to `LLVMAtomicRMWBinOp` enum for AtomicRMW instructions.
214214

215215
Changes to the CodeGen infrastructure
216216
-------------------------------------

0 commit comments

Comments
 (0)