mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-30 06:40:53 +00:00
ugh, missed a file.
llvm-svn: 114405
This commit is contained in:
parent
810a630851
commit
3496d7e718
@ -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