summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2011-10-11 19:53:40 +0000
committerEli Friedman <eli.friedman@gmail.com>2011-10-11 19:53:40 +0000
commit830378f6628ad3af1d0293a0b605065532f99e43 (patch)
treef406857ed7691dce779a8847b556af9d784c2e93 /utils
parent06f8231bfbdd77d68e7ec7ff2e238c45b3bec0b8 (diff)
downloadllvm-830378f6628ad3af1d0293a0b605065532f99e43.tar.gz
llvm-830378f6628ad3af1d0293a0b605065532f99e43.tar.bz2
llvm-830378f6628ad3af1d0293a0b605065532f99e43.tar.xz
Remove extra semicolon.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141699 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/TableGen/CodeGenRegisters.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/CodeGenRegisters.h b/utils/TableGen/CodeGenRegisters.h
index ab3e68efc2..4fc34b0922 100644
--- a/utils/TableGen/CodeGenRegisters.h
+++ b/utils/TableGen/CodeGenRegisters.h
@@ -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.