[llvm] d56eb82 - [NFC] Remote TODO regarding opaque ptr conversion
Paulo Matos via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 31 01:09:16 PDT 2023
Author: Paulo Matos
Date: 2023-10-31T09:08:35+01:00
New Revision: d56eb823fc772bcfea266275da98cfe607b05b7f
URL: https://github.com/llvm/llvm-project/commit/d56eb823fc772bcfea266275da98cfe607b05b7f
DIFF: https://github.com/llvm/llvm-project/commit/d56eb823fc772bcfea266275da98cfe607b05b7f.diff
LOG: [NFC] Remote TODO regarding opaque ptr conversion
Added:
Modified:
llvm/include/llvm/IR/Type.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/IR/Type.h b/llvm/include/llvm/IR/Type.h
index c38078cc6087ef7..63414cac4760795 100644
--- a/llvm/include/llvm/IR/Type.h
+++ b/llvm/include/llvm/IR/Type.h
@@ -482,9 +482,6 @@ class Type {
//===--------------------------------------------------------------------===//
// Convenience methods for getting pointer types.
//
-
- // TODO: After opaque pointer transition this can be replaced by simply
- // calling PointerType::get(C, AS).
static PointerType *getInt8PtrTy(LLVMContext &C, unsigned AS = 0);
static Type *getWasm_ExternrefTy(LLVMContext &C);
More information about the llvm-commits
mailing list