mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-11 13:46:13 +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:
parent
51abfe490b
commit
e467d168d0
@ -37,7 +37,7 @@ struct MachinePointerInfo {
|
||||
/// Offset - This is an offset from the base Value*.
|
||||
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) {}
|
||||
|
||||
MachinePointerInfo getWithOffset(int64_t O) const {
|
||||
|
Loading…
Reference in New Issue
Block a user