Skip to content

Commit 4023f4e

Browse files
committed
[LangRef] Remove mention of argmemonly (NFC)
Replace argmemonly readonly with memory(argmem: read).
1 parent 3315f0a commit 4023f4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/LangRef.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27935,7 +27935,7 @@ Syntax:
2793527935

2793627936
::
2793727937

27938-
declare {ptr, i1} @llvm.type.checked.load.relative(ptr %ptr, i32 %offset, metadata %type) argmemonly nounwind readonly
27938+
declare {ptr, i1} @llvm.type.checked.load.relative(ptr %ptr, i32 %offset, metadata %type) nounwind memory(argmem: read)
2793927939

2794027940
Overview:
2794127941
"""""""""

0 commit comments

Comments
 (0)