We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d473e2c commit d56eb82Copy full SHA for d56eb82
llvm/include/llvm/IR/Type.h
@@ -482,9 +482,6 @@ class Type {
482
//===--------------------------------------------------------------------===//
483
// Convenience methods for getting pointer types.
484
//
485
-
486
- // TODO: After opaque pointer transition this can be replaced by simply
487
- // calling PointerType::get(C, AS).
488
static PointerType *getInt8PtrTy(LLVMContext &C, unsigned AS = 0);
489
490
static Type *getWasm_ExternrefTy(LLVMContext &C);
0 commit comments