forked from OSchip/llvm-project
e5df59ff78
Currently we emit DeferredDeclsToEmit in reverse order. This patch changes that. The advantages of the change are that * The output order is a bit closer to the source order. The change to test/CodeGenCXX/pod-member-memcpys.cpp is a good example. * If we decide to deffer more, it will not cause as large changes in the estcases as it would without this patch. llvm-svn: 226751 |
||
---|---|---|
.. | ||
canonical.cpp | ||
p1.cpp | ||
p2-dynamic-types.cpp | ||
p2-places.cpp | ||
p3.cpp | ||
p4.cpp | ||
p5-delayed.cpp | ||
p5-pointers.cpp | ||
p5-virtual.cpp | ||
p9-dynamic.cpp | ||
p9-noexcept.cpp | ||
p11.cpp | ||
p14-ir.cpp | ||
p14.cpp | ||
p15.cpp | ||
template.cpp |