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 @@ -231,12 +231,12 @@ Changes to the C API
231
231
* The following functions are added to allow iterating over debug records attached to
232
232
instructions:
233
233
234
- * `` LLVMGetFirstDbgRecord ` `
235
- * `` LLVMGetLastDbgRecord ` `
236
- * `` LLVMGetNextDbgRecord ` `
237
- * `` LLVMGetPreviousDbgRecord ` `
234
+ * ` LLVMGetFirstDbgRecord `
235
+ * ` LLVMGetLastDbgRecord `
236
+ * ` LLVMGetNextDbgRecord `
237
+ * ` LLVMGetPreviousDbgRecord `
238
238
239
- * Added `` LLVMAtomicRMWBinOpUSubCond `` and `` LLVMAtomicRMWBinOpUSubSat `` to `` LLVMAtomicRMWBinOp ` ` enum for AtomicRMW instructions.
239
+ * Added ` LLVMAtomicRMWBinOpUSubCond ` and ` LLVMAtomicRMWBinOpUSubSat ` to ` LLVMAtomicRMWBinOp ` enum for AtomicRMW instructions.
240
240
241
241
Changes to the CodeGen infrastructure
242
242
-------------------------------------
You can’t perform that action at this time.
0 commit comments