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 @@ -205,12 +205,12 @@ Changes to the C API
205
205
* The following functions are added to allow iterating over debug records attached to
206
206
instructions:
207
207
208
- * `` LLVMGetFirstDbgRecord ` `
209
- * `` LLVMGetLastDbgRecord ` `
210
- * `` LLVMGetNextDbgRecord ` `
211
- * `` LLVMGetPreviousDbgRecord ` `
208
+ * ` LLVMGetFirstDbgRecord `
209
+ * ` LLVMGetLastDbgRecord `
210
+ * ` LLVMGetNextDbgRecord `
211
+ * ` LLVMGetPreviousDbgRecord `
212
212
213
- * Added `` LLVMAtomicRMWBinOpUSubCond `` and `` LLVMAtomicRMWBinOpUSubSat `` to `` LLVMAtomicRMWBinOp ` ` enum for AtomicRMW instructions.
213
+ * Added ` LLVMAtomicRMWBinOpUSubCond ` and ` LLVMAtomicRMWBinOpUSubSat ` to ` LLVMAtomicRMWBinOp ` enum for AtomicRMW instructions.
214
214
215
215
Changes to the CodeGen infrastructure
216
216
-------------------------------------
You can’t perform that action at this time.
0 commit comments