[llvm-commits] [llvm] r141699 - /llvm/trunk/utils/TableGen/CodeGenRegisters.h

Eli Friedman eli.friedman at gmail.com
Tue Oct 11 12:53:40 PDT 2011


Author: efriedma
Date: Tue Oct 11 14:53:40 2011
New Revision: 141699

URL: http://llvm.org/viewvc/llvm-project?rev=141699&view=rev
Log:
Remove extra semicolon.


Modified:
    llvm/trunk/utils/TableGen/CodeGenRegisters.h

Modified: llvm/trunk/utils/TableGen/CodeGenRegisters.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/TableGen/CodeGenRegisters.h?rev=141699&r1=141698&r2=141699&view=diff
==============================================================================
--- llvm/trunk/utils/TableGen/CodeGenRegisters.h (original)
+++ llvm/trunk/utils/TableGen/CodeGenRegisters.h Tue Oct 11 14:53:40 2011
@@ -161,7 +161,7 @@
     // 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.





More information about the llvm-commits mailing list