[memprof] Use LineLocation in a unit test (NFC) (#116917)
commit5bf017ca0c158316d9b060154a1e80304de970f3
authorKazu Hirata <kazu@google.com>
Wed, 20 Nov 2024 16:35:25 +0000 (20 08:35 -0800)
committerGitHub <noreply@github.com>
Wed, 20 Nov 2024 16:35:25 +0000 (20 08:35 -0800)
treea7f0444736586aca6c447513ea506f4fa76b2b13
parent1b7f690a0b345f63020ef12e059f86240e6346b9
[memprof] Use LineLocation in a unit test (NFC) (#116917)

This patch uses LineLocation in preference to FieldsAre to improve the
readability.  The change makes the unit test a little more consistent
because we already use LineLocation in other tests in the same file.
llvm/unittests/Transforms/Instrumentation/MemProfUseTest.cpp