Skip to content

Commit d56eb82

Browse files
committed
[NFC] Remote TODO regarding opaque ptr conversion
1 parent d473e2c commit d56eb82

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/include/llvm/IR/Type.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -482,9 +482,6 @@ 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).
488485
static PointerType *getInt8PtrTy(LLVMContext &C, unsigned AS = 0);
489486

490487
static Type *getWasm_ExternrefTy(LLVMContext &C);

0 commit comments

Comments
 (0)