forked from OSchip/llvm-project
parent
7fb6da8e4d
commit
8735f44104
|
@ -842,7 +842,7 @@ namespace {
|
|||
|
||||
bool operator<(const ScopedRange &range) const {
|
||||
if (V != range.V) return V < range.V;
|
||||
else return Subtree < range.Subtree;
|
||||
else return *Subtree < *range.Subtree;
|
||||
}
|
||||
|
||||
bool operator<(const Value *value) const {
|
||||
|
|
Loading…
Reference in New Issue