Portability: Remove unneeded "= default" to work with older compilers.

This commit is contained in:
John Kessenich 2015-07-22 15:24:53 -06:00
parent 96d8042a64
commit c040e76c58

View File

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