diff options
author | Diana Picus <Diana-Magda.Picus@amd.com> | 2023-06-20 09:37:16 +0200 |
---|---|---|
committer | Diana Picus <Diana-Magda.Picus@amd.com> | 2023-06-20 09:37:16 +0200 |
commit | d116f20e37d96bf5ee847053ad77aec02f7167bd (patch) | |
tree | 7e8f3832196ab2b171c557a7489ff0e28e03893b | |
parent | aa7b127cb7314e326457d7f790d36db1cb74f63c (diff) | |
download | llvm-d116f20e37d96bf5ee847053ad77aec02f7167bd.zip llvm-d116f20e37d96bf5ee847053ad77aec02f7167bd.tar.gz llvm-d116f20e37d96bf5ee847053ad77aec02f7167bd.tar.bz2 |
Fixup D151996
-rw-r--r-- | llvm/docs/AMDGPUUsage.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/AMDGPUUsage.rst b/llvm/docs/AMDGPUUsage.rst index ce1f16a..7aea864 100644 --- a/llvm/docs/AMDGPUUsage.rst +++ b/llvm/docs/AMDGPUUsage.rst @@ -1081,7 +1081,7 @@ The AMDGPU backend supports the following calling conventions: ``fastcc`` The fast calling convention. Mostly the same as the ``ccc``. - ``coldcc`` The cold calling convention. Mostly the same as the ``ccc`. + ``coldcc`` The cold calling convention. Mostly the same as the ``ccc``. ``amdgpu_cs`` Used for Mesa/AMDPAL compute shaders. ..TODO:: |