[memprof] Use a new constructor of IndexedAllocationInfo (NFC) (#116920)
commit4acba0697e7d8068927753f3bdabad478df91dc4
authorKazu Hirata <kazu@google.com>
Wed, 20 Nov 2024 16:36:40 +0000 (20 08:36 -0800)
committerGitHub <noreply@github.com>
Wed, 20 Nov 2024 16:36:40 +0000 (20 08:36 -0800)
tree0b99eec7178b9ea9b52a000de3031fbe16504b09
parentab7201a8a39a94bf446f247c6be2602976fbbb5b
[memprof] Use a new constructor of IndexedAllocationInfo (NFC) (#116920)

IndexedAllocationInfo now has a new constructor that allows us to omit
the inline call stack, which is going away soon.  This patch migrates
away from the old constructor.
llvm/unittests/Transforms/Instrumentation/MemProfUseTest.cpp