mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-18 01:37:56 +00:00
Removed unnecessary semicolon. NFCI.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@297906 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
867844f81a
commit
733a6d0f30
@ -872,7 +872,7 @@ bool RuleMatcher::isHigherPriorityThan(const RuleMatcher &B) const {
|
||||
}
|
||||
|
||||
return false;
|
||||
};
|
||||
}
|
||||
|
||||
unsigned RuleMatcher::countTemporaryOperands() const {
|
||||
return std::accumulate(
|
||||
|
Loading…
x
Reference in New Issue
Block a user