Skip to content

Commit 33b6fe1

Browse files
committed
Revert "[NFC] Remote TODO regarding opaque ptr conversion"
This reverts commit d56eb82.
1 parent b099709 commit 33b6fe1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/include/llvm/IR/Type.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,9 @@ class Type {
482482
//===--------------------------------------------------------------------===//
483483
// Convenience methods for getting pointer types.
484484
//
485+
486+
// TODO: After opaque pointer transition this can be replaced by simply
487+
// calling PointerType::get(C, AS).
485488
static PointerType *getInt8PtrTy(LLVMContext &C, unsigned AS = 0);
486489

487490
static Type *getWasm_ExternrefTy(LLVMContext &C);

0 commit comments

Comments
 (0)