[llvm] 3bf101f - [docs][OpaquePtr] Remove finished task

Arthur Eubanks via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 14 14:36:55 PDT 2021


Author: Arthur Eubanks
Date: 2021-07-14T14:36:41-07:00
New Revision: 3bf101f34cd466f103af00c764dc1cddb6eb14a6

URL: https://github.com/llvm/llvm-project/commit/3bf101f34cd466f103af00c764dc1cddb6eb14a6
DIFF: https://github.com/llvm/llvm-project/commit/3bf101f34cd466f103af00c764dc1cddb6eb14a6.diff

LOG: [docs][OpaquePtr] Remove finished task

Added: 
    

Modified: 
    llvm/docs/OpaquePointers.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/OpaquePointers.rst b/llvm/docs/OpaquePointers.rst
index 64cfb6d3b240..3c179a8272d2 100644
--- a/llvm/docs/OpaquePointers.rst
+++ b/llvm/docs/OpaquePointers.rst
@@ -137,10 +137,6 @@ particular order:
 
   * This is mostly Clang, see ``clang::CodeGen::Address::getElementType()``
 
-* Figure out how to name overloaded intrinsics with pointer parameters
-
-  * See ``getMangledTypeStr()``
-
 * Add option to internally treat all pointer types opaque pointers and see what
   breaks, starting with LLVM tests, then run Clang over large codebases
 


        


More information about the llvm-commits mailing list