Add missing newlines at EOF (for clang++).
[oota-llvm.git] / utils / TableGen / CodeGenTarget.h
index e763795ce0be92d4d45ad84e2ec58e8dc233ca22..da4b1cc20e598f72dd684b68776fd8aa2211392e 100644 (file)
@@ -229,7 +229,7 @@ class ComplexPattern {
   unsigned Properties; // Node properties
   unsigned Attributes; // Pattern attributes
 public:
-  ComplexPattern() : NumOperands(0) {};
+  ComplexPattern() : NumOperands(0) {}
   ComplexPattern(Record *R);
 
   MVT::SimpleValueType getValueType() const { return Ty; }