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 f40d251 commit 6cd7500Copy full SHA for 6cd7500
llvm/include/llvm/IR/IRBuilder.h
@@ -564,11 +564,6 @@ class IRBuilderBase {
564
return PointerType::get(Context, AddrSpace);
565
}
566
567
- /// Fetch the type representing a pointer to an 8-bit integer value.
568
- PointerType *getInt8PtrTy(unsigned AddrSpace = 0) {
569
- return getPtrTy(AddrSpace);
570
- }
571
-
572
/// Fetch the type of an integer with size at least as big as that of a
573
/// pointer in the given address space.
574
IntegerType *getIntPtrTy(const DataLayout &DL, unsigned AddrSpace = 0) {
0 commit comments