Skip to content

Commit 16a5c71

Browse files
authored
[LangRef] "cc 10" -> "ghccc" (#69380)
The change to print this was made in 2014 in 35fc363 but apparently the LangRef was never updated.
1 parent 6eee238 commit 16a5c71

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
@@ -309,7 +309,7 @@ added in the future:
309309
prototype of all callees to exactly match the prototype of the
310310
function definition. Furthermore the inliner doesn't consider such function
311311
calls for inlining.
312-
"``cc 10``" - GHC convention
312+
"``ghccc``" - GHC convention
313313
This calling convention has been implemented specifically for use by
314314
the `Glasgow Haskell Compiler (GHC) <http://www.haskell.org/ghc>`_.
315315
It passes everything in registers, going to extremes to achieve this

0 commit comments

Comments
 (0)