diff options
| author | Daniel Sanders <daniel_l_sanders@apple.com> | 2017-08-08 13:21:26 +0000 |
|---|---|---|
| committer | Daniel Sanders <daniel_l_sanders@apple.com> | 2017-08-08 13:21:26 +0000 |
| commit | 75b84fc5cee90696878caf995c77491043cf342e (patch) | |
| tree | e4aa51975bb6362559f1925c72afa42a5f85f874 /llvm | |
| parent | bed7136eeee6a72a22eb05149948f1c3376e62b4 (diff) | |
| download | bcm5719-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.cpp | 2 |
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 --------------------------------------------===// |

