[PATCH] D152173: [NFC] Remove outdated TODO for `Type::getPointerTo`

Youngsuk Kim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 5 08:55:49 PDT 2023


JOE1994 updated this revision to Diff 528467.
JOE1994 added a comment.

Minor fix to commit message.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D152173/new/

https://reviews.llvm.org/D152173

Files:
  llvm/include/llvm/IR/Type.h


Index: llvm/include/llvm/IR/Type.h
===================================================================
--- llvm/include/llvm/IR/Type.h
+++ llvm/include/llvm/IR/Type.h
@@ -514,7 +514,6 @@
 
   /// Return a pointer to the current type. This is equivalent to
   /// PointerType::get(Foo, AddrSpace).
-  /// TODO: Remove this after opaque pointer transition is complete.
   PointerType *getPointerTo(unsigned AddrSpace = 0) const;
 
 private:


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152173.528467.patch
Type: text/x-patch
Size: 439 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230605/8bff50f8/attachment.bin>


More information about the llvm-commits mailing list