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 b099709 commit 33b6fe1Copy full SHA for 33b6fe1
llvm/include/llvm/IR/Type.h
@@ -482,6 +482,9 @@ 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