forked from OSchip/llvm-project
clang++ points out that this is pointless.
llvm-svn: 86239
This commit is contained in:
parent
d82ae38d53
commit
81f1b31c96
|
@ -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; }
|
||||
|
|
Loading…
Reference in New Issue