[llvm] 16a5c71 - [LangRef] "cc 10" -> "ghccc" (#69380)

via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 17 16:58:10 PDT 2023


Author: Arthur Eubanks
Date: 2023-10-17T16:58:06-07:00
New Revision: 16a5c71241f96c79a0c4bdd049fe9b85c92a4ae8

URL: https://github.com/llvm/llvm-project/commit/16a5c71241f96c79a0c4bdd049fe9b85c92a4ae8
DIFF: https://github.com/llvm/llvm-project/commit/16a5c71241f96c79a0c4bdd049fe9b85c92a4ae8.diff

LOG: [LangRef] "cc 10" -> "ghccc" (#69380)

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

Added: 
    

Modified: 
    llvm/docs/LangRef.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 40eee1fa9fe4e39..2035091be5a6840 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


        


More information about the llvm-commits mailing list