mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-04 18:24:38 +00:00
ugh, missed a file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114405 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -37,7 +37,7 @@ struct MachinePointerInfo {
|
|||||||
/// Offset - This is an offset from the base Value*.
|
/// Offset - This is an offset from the base Value*.
|
||||||
int64_t Offset;
|
int64_t Offset;
|
||||||
|
|
||||||
explicit MachinePointerInfo(const Value *v, int64_t offset = 0)
|
explicit MachinePointerInfo(const Value *v = 0, int64_t offset = 0)
|
||||||
: V(v), Offset(offset) {}
|
: V(v), Offset(offset) {}
|
||||||
|
|
||||||
MachinePointerInfo getWithOffset(int64_t O) const {
|
MachinePointerInfo getWithOffset(int64_t O) const {
|
||||||
|
Reference in New Issue
Block a user