Remove extra semicolon.
authorEli Friedman <eli.friedman@gmail.com>
Tue, 11 Oct 2011 19:53:40 +0000 (19:53 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Tue, 11 Oct 2011 19:53:40 +0000 (19:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141699 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/CodeGenRegisters.h

index ab3e68efc2467d5050b6f9c1e7e9319ac42544cb..4fc34b092260b05c2c331d6ba88c7ed65a50a4b3 100644 (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.