File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -669,17 +669,6 @@ class PointerType : public Type {
669
669
return PointerType::get (C, 0 );
670
670
}
671
671
672
- // / This constructs a pointer type with the same pointee type as input
673
- // / PointerType (or opaque pointer if the input PointerType is opaque) and the
674
- // / given address space. This is only useful during the opaque pointer
675
- // / transition.
676
- // / TODO: remove after opaque pointer transition is complete.
677
- [[deprecated(" Use PointerType::get() with LLVMContext argument instead" )]]
678
- static PointerType *getWithSamePointeeType (PointerType *PT,
679
- unsigned AddressSpace) {
680
- return get (PT->getContext (), AddressSpace);
681
- }
682
-
683
672
// / Return true if the specified type is valid as a element type.
684
673
static bool isValidElementType (Type *ElemTy);
685
674
You can’t perform that action at this time.
0 commit comments