[llvm] 93eb6c8 - {AMDGPU] [NFC] Correct a typo in docs
Changpeng Fang via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 11 16:48:02 PDT 2023
Author: Changpeng Fang
Date: 2023-08-11T16:47:01-07:00
New Revision: 93eb6c8662ac6f089850c7f0a4c0498071e0ff1b
URL: https://github.com/llvm/llvm-project/commit/93eb6c8662ac6f089850c7f0a4c0498071e0ff1b
DIFF: https://github.com/llvm/llvm-project/commit/93eb6c8662ac6f089850c7f0a4c0498071e0ff1b.diff
LOG: {AMDGPU] [NFC] Correct a typo in docs
Added:
Modified:
llvm/docs/AMDGPUUsage.rst
Removed:
################################################################################
diff --git a/llvm/docs/AMDGPUUsage.rst b/llvm/docs/AMDGPUUsage.rst
index e2b62c8facd137..1c0a949ebc2baa 100644
--- a/llvm/docs/AMDGPUUsage.rst
+++ b/llvm/docs/AMDGPUUsage.rst
@@ -13812,7 +13812,7 @@ On entry to a function:
9. All other registers are unspecified.
10. Any necessary ``s_waitcnt`` has been performed to ensure memory is available
to the function.
-11: Use pass-by-reference (byref) in stead of pass-by-value (byval) for struct
+11. Use pass-by-reference (byref) in stead of pass-by-value (byval) for struct
arguments in C ABI. Callee is responsible for allocating stack memory and
copying the value of the struct if modified. Note that the backend still
supports byval for struct arguments.
More information about the llvm-commits
mailing list