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:
parent
6a31c1141c
commit
cfd2ade9d2
@ -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
Block a user