mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 06:31:18 +00:00
Fix missing const
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186857 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0b92642767
commit
e08a57824c
@ -271,7 +271,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// \brief Fetch the type representing a pointer to an integer value.
|
/// \brief Fetch the type representing a pointer to an integer value.
|
||||||
IntegerType* getIntPtrTy(DataLayout *DL, unsigned AddrSpace = 0) {
|
IntegerType* getIntPtrTy(const DataLayout *DL, unsigned AddrSpace = 0) {
|
||||||
return DL->getIntPtrType(Context, AddrSpace);
|
return DL->getIntPtrType(Context, AddrSpace);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user