[llvm-commits] [llvm] r86239 - /llvm/trunk/utils/TableGen/CodeGenTarget.h

Chris Lattner sabre at nondot.org
Thu Nov 5 22:33:02 PST 2009


Author: lattner
Date: Fri Nov  6 00:33:01 2009
New Revision: 86239

URL: http://llvm.org/viewvc/llvm-project?rev=86239&view=rev
Log:
clang++ points out that this is pointless.

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

Modified: llvm/trunk/utils/TableGen/CodeGenTarget.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/TableGen/CodeGenTarget.h?rev=86239&r1=86238&r2=86239&view=diff

==============================================================================
--- llvm/trunk/utils/TableGen/CodeGenTarget.h (original)
+++ llvm/trunk/utils/TableGen/CodeGenTarget.h Fri Nov  6 00:33:01 2009
@@ -229,7 +229,7 @@
   unsigned Properties; // Node properties
   unsigned Attributes; // Pattern attributes
 public:
-  ComplexPattern() : NumOperands(0) {};
+  ComplexPattern() : NumOperands(0) {}
   ComplexPattern(Record *R);
 
   MVT::SimpleValueType getValueType() const { return Ty; }





More information about the llvm-commits mailing list