Portability: Remove unneeded "= default" to work with older compilers.
This commit is contained in:
parent
96d8042a64
commit
c040e76c58
@ -532,7 +532,6 @@ protected:
|
|||||||
// the first iteration of the loop. The phi instruction is initialized
|
// the first iteration of the loop. The phi instruction is initialized
|
||||||
// with no values or predecessor operands.
|
// with no values or predecessor operands.
|
||||||
Loop(Builder& builder, bool testFirst);
|
Loop(Builder& builder, bool testFirst);
|
||||||
Loop(const Loop&) = default;
|
|
||||||
|
|
||||||
// The function containing the loop.
|
// The function containing the loop.
|
||||||
Function* const function;
|
Function* const function;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user