1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00

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 6a31c1141c
commit cfd2ade9d2

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