[Clang] Fix compare-record.c test on s390x (NFC)
authorNikita Popov <npopov@redhat.com>
Fri, 16 Jun 2023 10:41:23 +0000 (12:41 +0200)
committerNikita Popov <npopov@redhat.com>
Fri, 16 Jun 2023 10:43:58 +0000 (12:43 +0200)
commit835cdcb9191fb8036f782ae532594c4e1f456ffc
tree89158416e3bad7fe7483db988cd966f9bc53e646
parentd065adcb488798dda2e55c10de27f6a7286841a8
[Clang] Fix compare-record.c test on s390x (NFC)

s390x looks through pointers when determining the "externally
visible vector ABI". For that reason, the test shows different
behavior just on that platform.

Adjust the test in the reverse direction of what I originall did:
Make sure that the type behind the pointer is always queried, by
dereferencing the pointer.
clang/test/Modules/compare-record.c