forked from OSchip/llvm-project
[MemoryLocation] Use None instead of {}. (NFC)
This commit is contained in:
parent
cca8e1e415
commit
af86aa7980
|
@ -146,7 +146,7 @@ MemoryLocation::getForDest(const CallBase *CB, const TargetLibraryInfo &TLI) {
|
|||
}
|
||||
}
|
||||
|
||||
return {};
|
||||
return None;
|
||||
}
|
||||
|
||||
MemoryLocation MemoryLocation::getForArgument(const CallBase *Call,
|
||||
|
|
Loading…
Reference in New Issue