[globalisel][tablegen] Remove unnecessary ; to satisfy ubuntu-gcc7.1-werror.

llvm-svn: 310357
This commit is contained in:
Daniel Sanders 2017-08-08 13:21:26 +00:00
parent bed7136eee
commit 75b84fc5ce
1 changed files with 1 additions and 1 deletions

View File

@ -1785,7 +1785,7 @@ bool OperandPredicateMatcher::isHigherPriorityThan(
}
return Kind < B.Kind;
};
}
//===- GlobalISelEmitter class --------------------------------------------===//