File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -213,12 +213,12 @@ Changes to the C API
213
213
* The following functions are added to allow iterating over debug records attached to
214
214
instructions:
215
215
216
- * `` LLVMGetFirstDbgRecord ` `
217
- * `` LLVMGetLastDbgRecord ` `
218
- * `` LLVMGetNextDbgRecord ` `
219
- * `` LLVMGetPreviousDbgRecord ` `
216
+ * ` LLVMGetFirstDbgRecord `
217
+ * ` LLVMGetLastDbgRecord `
218
+ * ` LLVMGetNextDbgRecord `
219
+ * ` LLVMGetPreviousDbgRecord `
220
220
221
- * Added `` LLVMAtomicRMWBinOpUSubCond `` and `` LLVMAtomicRMWBinOpUSubSat `` to `` LLVMAtomicRMWBinOp ` ` enum for AtomicRMW instructions.
221
+ * Added ` LLVMAtomicRMWBinOpUSubCond ` and ` LLVMAtomicRMWBinOpUSubSat ` to ` LLVMAtomicRMWBinOp ` enum for AtomicRMW instructions.
222
222
223
223
Changes to the CodeGen infrastructure
224
224
-------------------------------------
You can’t perform that action at this time.
0 commit comments