Skip to content

Commit

Permalink
[LangRef] "cc 10" -> "ghccc" (#69380)
Browse files Browse the repository at this point in the history
The change to print this was made in 2014 in
35fc363 but apparently the LangRef was
never updated.
  • Loading branch information
aeubanks committed Oct 17, 2023
1 parent 6eee238 commit 16a5c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/docs/LangRef.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 16a5c71

Please sign in to comment.