summaryrefslogtreecommitdiffstats
path: root/llvm/utils
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2017-03-15 22:50:47 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2017-03-15 22:50:47 +0000
commita7d1da833c85b38cc357f566ae3949f8381ce632 (patch)
tree4c1b66043714e4051ba8dfd8f580e239c4b71765 /llvm/utils
parent1e4e7a979661c7b5541362cbf5ae545d3dd11395 (diff)
downloadbcm5719-llvm-a7d1da833c85b38cc357f566ae3949f8381ce632.tar.gz
bcm5719-llvm-a7d1da833c85b38cc357f566ae3949f8381ce632.zip
Removed unnecessary semicolon. NFCI.
llvm-svn: 297906
Diffstat (limited to 'llvm/utils')
-rw-r--r--llvm/utils/TableGen/GlobalISelEmitter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/GlobalISelEmitter.cpp b/llvm/utils/TableGen/GlobalISelEmitter.cpp
index 193bad3e14c..35b5ac80ab0 100644
--- a/llvm/utils/TableGen/GlobalISelEmitter.cpp
+++ b/llvm/utils/TableGen/GlobalISelEmitter.cpp
@@ -872,7 +872,7 @@ bool RuleMatcher::isHigherPriorityThan(const RuleMatcher &B) const {
}
return false;
-};
+}
unsigned RuleMatcher::countTemporaryOperands() const {
return std::accumulate(
OpenPOWER on IntegriCloud