Remove extra semicolon.

llvm-svn: 141699
This commit is contained in:
Eli Friedman 2011-10-11 19:53:40 +00:00
parent ef9e2ef2a5
commit 6878b1f233
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ namespace llvm {
// getSubClasses - Returns a constant BitVector of subclasses indexed by
// EnumValue.
// The SubClasses vector includs an entry for this class.
const BitVector &getSubClasses() const { return SubClasses; };
const BitVector &getSubClasses() const { return SubClasses; }
// getSuperClasses - Returns a list of super classes ordered by EnumValue.
// The array does not include an entry for this class.