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

Benjamin Kramer benny.kra at googlemail.com
Wed May 30 02:13:49 PDT 2012


Author: d0k
Date: Wed May 30 04:13:49 2012
New Revision: 157684

URL: http://llvm.org/viewvc/llvm-project?rev=157684&view=rev
Log:
Remove little semicolon that caused a lot of warnings.

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=157684&r1=157683&r2=157684&view=diff
==============================================================================
--- llvm/trunk/utils/TableGen/CodeGenRegisters.h (original)
+++ llvm/trunk/utils/TableGen/CodeGenRegisters.h Wed May 30 04:13:49 2012
@@ -564,7 +564,7 @@
 
     unsigned getNumNativeRegUnits() const {
       return NumNativeRegUnits;
-    };
+    }
 
     RegUnit &getRegUnit(unsigned RUID) { return RegUnits[RUID]; }
     const RegUnit &getRegUnit(unsigned RUID) const { return RegUnits[RUID]; }





More information about the llvm-commits mailing list