forked from OSchip/llvm-project
[NFC] Fix "ambiguous overload for ‘operator=’"
This commit is contained in:
parent
9f5a2beadc
commit
1455259546
|
@ -954,7 +954,7 @@ private:
|
|||
} else if (Itr->second.hasValue() && Itr->second.getValue() != Offset) {
|
||||
// If we have seen two different possible values for this alias, we set
|
||||
// it to empty.
|
||||
AliasOffetMap[&I] = {};
|
||||
AliasOffetMap[&I].reset();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue