mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 02:33:06 +01:00
[MemLoc] Fix debug print for LocationSize
This commit is contained in:
parent
318bf818da
commit
4a14b47a89
@ -22,7 +22,7 @@ void LocationSize::print(raw_ostream &OS) const {
|
||||
OS << "LocationSize::";
|
||||
if (*this == beforeOrAfterPointer())
|
||||
OS << "beforeOrAfterPointer";
|
||||
if (*this == afterPointer())
|
||||
else if (*this == afterPointer())
|
||||
OS << "afterPointer";
|
||||
else if (*this == mapEmpty())
|
||||
OS << "mapEmpty";
|
||||
|
Loading…
Reference in New Issue
Block a user