mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 21:53:12 +08:00
clang++ points out that this is pointless.
llvm-svn: 86239
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user