clang++ points out that this is pointless.

llvm-svn: 86239
This commit is contained in:
Chris Lattner 2009-11-06 06:33:01 +00:00
parent d82ae38d53
commit 81f1b31c96
1 changed files with 1 additions and 1 deletions

View 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; }