Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[LangRef] "cc 10" -> "ghccc" #69380

Merged
merged 1 commit into from Oct 17, 2023
Merged

[LangRef] "cc 10" -> "ghccc" #69380

merged 1 commit into from Oct 17, 2023

Conversation

aeubanks
Copy link
Contributor

The change to print this was made in 2014 in 35fc363 but apparently the LangRef was never updated.

The change to print this was made in 2014 in 35fc363 but apparently the LangRef was never updated.
@aeubanks aeubanks requested a review from rnk October 17, 2023 20:35
@llvmbot
Copy link
Collaborator

llvmbot commented Oct 17, 2023

@llvm/pr-subscribers-llvm-ir

Author: Arthur Eubanks (aeubanks)

Changes

The change to print this was made in 2014 in 35fc363 but apparently the LangRef was never updated.


Full diff: https://github.com/llvm/llvm-project/pull/69380.diff

1 Files Affected:

  • (modified) llvm/docs/LangRef.rst (+1-1)
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index ee893d8e384b6fd..7b9e3186d664a5f 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

Copy link
Collaborator

@rnk rnk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the doc cleanup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants