[C++20][Modules] Fix two tests for CTORs that return pointers [NFC].
authorIain Sandoe <iain@sandoe.co.uk>
Sat, 9 Jul 2022 10:18:49 +0000 (11:18 +0100)
committerIain Sandoe <iain@sandoe.co.uk>
Sat, 9 Jul 2022 10:23:20 +0000 (11:23 +0100)
commit4328b960176f4394416093e640ad4265bde65ad7
tree1edd5412197ba96f16290790f609da4394c8882d
parent355532a1499aa9b13a89fb5b5caaba2344d57cd7
[C++20][Modules] Fix two tests for CTORs that return pointers [NFC].

The test are to check that we call the correctly mangled CTORs, so that
the return values from them are irrelevant.  I forgot that some targets
return a pointer, apologies for the breakage.
clang/test/CodeGen/module-intializer-pmf.cpp
clang/test/CodeGen/module-intializer.cpp