[InlineCost] Use SmallPtrSet for DeadBlocks (NFC)
authorNikita Popov <npopov@redhat.com>
Mon, 28 Feb 2022 14:25:03 +0000 (15:25 +0100)
committerNikita Popov <npopov@redhat.com>
Mon, 28 Feb 2022 14:26:22 +0000 (15:26 +0100)
commit3c53d3a7338f5c22dd17f9d196fce164c4161ec2
tree0b6c5cd0d450a284d8a4252cc04ecf6f3596b0fe
parent220da125c423b71ce1507df84b75f54d274bc63d
[InlineCost] Use SmallPtrSet for DeadBlocks (NFC)

This set is only used with contains operations, so there is no
need to use a SetVector.
llvm/lib/Analysis/InlineCost.cpp