[llvm] d116f20 - Fixup D151996
Diana Picus via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 20 00:37:36 PDT 2023
Author: Diana Picus
Date: 2023-06-20T09:37:16+02:00
New Revision: d116f20e37d96bf5ee847053ad77aec02f7167bd
URL: https://github.com/llvm/llvm-project/commit/d116f20e37d96bf5ee847053ad77aec02f7167bd
DIFF: https://github.com/llvm/llvm-project/commit/d116f20e37d96bf5ee847053ad77aec02f7167bd.diff
LOG: Fixup D151996
Added:
Modified:
llvm/docs/AMDGPUUsage.rst
Removed:
################################################################################
diff --git a/llvm/docs/AMDGPUUsage.rst b/llvm/docs/AMDGPUUsage.rst
index ce1f16a6bf95c..7aea864ddfc82 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::
More information about the llvm-commits
mailing list