summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorDaniel Sanders <daniel_l_sanders@apple.com>2017-08-08 13:21:26 +0000
committerDaniel Sanders <daniel_l_sanders@apple.com>2017-08-08 13:21:26 +0000
commit75b84fc5cee90696878caf995c77491043cf342e (patch)
treee4aa51975bb6362559f1925c72afa42a5f85f874 /llvm
parentbed7136eeee6a72a22eb05149948f1c3376e62b4 (diff)
downloadbcm5719-llvm-75b84fc5cee90696878caf995c77491043cf342e.tar.gz
bcm5719-llvm-75b84fc5cee90696878caf995c77491043cf342e.zip
[globalisel][tablegen] Remove unnecessary ; to satisfy ubuntu-gcc7.1-werror.
llvm-svn: 310357
Diffstat (limited to 'llvm')
-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 39488108457..d1821b64dd8 100644
--- a/llvm/utils/TableGen/GlobalISelEmitter.cpp
+++ b/llvm/utils/TableGen/GlobalISelEmitter.cpp
@@ -1785,7 +1785,7 @@ bool OperandPredicateMatcher::isHigherPriorityThan(
}
return Kind < B.Kind;
-};
+}
//===- GlobalISelEmitter class --------------------------------------------===//
OpenPOWER on IntegriCloud