mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-15 15:48:38 +00:00
Fixed "copy-paste" mistake from revision 255245.
llvm-svn: 277290
This commit is contained in:
parent
2a8fe9f6a8
commit
7c112cd426
@ -928,7 +928,7 @@ template <> struct MDNodeKeyImpl<DIMacroFile> {
|
||||
|
||||
bool isKeyOf(const DIMacroFile *RHS) const {
|
||||
return MIType == RHS->getMacinfoType() && Line == RHS->getLine() &&
|
||||
File == RHS->getRawFile() && File == RHS->getRawElements();
|
||||
File == RHS->getRawFile() && Elements == RHS->getRawElements();
|
||||
}
|
||||
unsigned getHashValue() const {
|
||||
return hash_combine(MIType, Line, File, Elements);
|
||||
|
Loading…
Reference in New Issue
Block a user