Portability: Remove unneeded "= default" to work with older compilers.
This commit is contained in:
parent
96d8042a64
commit
c040e76c58
1 changed files with 0 additions and 1 deletions
|
|
@ -532,7 +532,6 @@ protected:
|
|||
// the first iteration of the loop. The phi instruction is initialized
|
||||
// with no values or predecessor operands.
|
||||
Loop(Builder& builder, bool testFirst);
|
||||
Loop(const Loop&) = default;
|
||||
|
||||
// The function containing the loop.
|
||||
Function* const function;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue