[MemoryLocation] Use None instead of {}. (NFC)

This commit is contained in:
Florian Hahn 2021-12-03 13:19:00 +00:00
parent cca8e1e415
commit af86aa7980
No known key found for this signature in database
GPG Key ID: EEF712BB5E80EBBA
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ MemoryLocation::getForDest(const CallBase *CB, const TargetLibraryInfo &TLI) {
}
}
return {};
return None;
}
MemoryLocation MemoryLocation::getForArgument(const CallBase *Call,