[LiveDebugValues] Remove PendingInLocs (NFC)
authorNikita Popov <nikita.ppv@gmail.com>
Sat, 30 May 2020 14:13:41 +0000 (16:13 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Fri, 5 Jun 2020 18:01:29 +0000 (20:01 +0200)
commit6a5326492606d767a7eb94ef418799a95e02ed07
treea129ed93830078be3b93f1f2fcf53599d54b8595
parent5ee2a1e476ca3eafaa184ec311168df91310e714
[LiveDebugValues] Remove PendingInLocs (NFC)

PendingInLocs ends up having the same value as InLocs, just computed
a bit more indirectly. It is a leftover of a previous implementation
approach.

This patch drops PendingInLocs, as well as the Diff and Removed
calulations, which are no longer needed.

Differential Revision: https://reviews.llvm.org/D80868
llvm/lib/CodeGen/LiveDebugValues.cpp