forked from OSchip/llvm-project
parent
1e4e7a9796
commit
a7d1da833c
|
@ -872,7 +872,7 @@ bool RuleMatcher::isHigherPriorityThan(const RuleMatcher &B) const {
|
|||
}
|
||||
|
||||
return false;
|
||||
};
|
||||
}
|
||||
|
||||
unsigned RuleMatcher::countTemporaryOperands() const {
|
||||
return std::accumulate(
|
||||
|
|
Loading…
Reference in New Issue