Commit c040e76c by John Kessenich

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

parent 96d8042a
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment