aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/LangRef.rst
diff options
context:
space:
mode:
authorArthur Eubanks <aeubanks@google.com>2023-10-17 16:58:06 -0700
committerGitHub <noreply@github.com>2023-10-17 16:58:06 -0700
commit16a5c71241f96c79a0c4bdd049fe9b85c92a4ae8 (patch)
tree36ac13a7fcede1a19231886d2b33283647e03260 /llvm/docs/LangRef.rst
parent6eee238975e435ad3e5aa7f2b1817ca756911e04 (diff)
downloadllvm-16a5c71241f96c79a0c4bdd049fe9b85c92a4ae8.zip
llvm-16a5c71241f96c79a0c4bdd049fe9b85c92a4ae8.tar.gz
llvm-16a5c71241f96c79a0c4bdd049fe9b85c92a4ae8.tar.bz2
[LangRef] "cc 10" -> "ghccc" (#69380)
The change to print this was made in 2014 in 35fc363ce8f04c7a74ce3848ce25d90b1a5bd556 but apparently the LangRef was never updated.
Diffstat (limited to 'llvm/docs/LangRef.rst')
-rw-r--r--llvm/docs/LangRef.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 40eee1f..2035091 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -309,7 +309,7 @@ added in the future:
prototype of all callees to exactly match the prototype of the
function definition. Furthermore the inliner doesn't consider such function
calls for inlining.
-"``cc 10``" - GHC convention
+"``ghccc``" - GHC convention
This calling convention has been implemented specifically for use by
the `Glasgow Haskell Compiler (GHC) <http://www.haskell.org/ghc>`_.
It passes everything in registers, going to extremes to achieve this