[SCCP] Remove LatticeVal alias now that transition is done (NFC).
authorFlorian Hahn <flo@fhahn.com>
Sat, 28 Mar 2020 15:20:10 +0000 (15:20 +0000)
committerFlorian Hahn <flo@fhahn.com>
Sat, 28 Mar 2020 15:40:24 +0000 (15:40 +0000)
commit81f173ed0e2c4b49b217625e11efa4dcdc9304ad
tree8070c0166932b5b011550a62a5a81c4931bc0b8c
parenta44bf59c93b4807934c896ea25f3628c50dd5f44
[SCCP] Remove LatticeVal alias now that transition is done (NFC).

The LatticeVal alias was introduced to reduce the diff size for the
transition to ValueLatticeElement, which is done now.

This patch removes the unnecessary alias and updates some very verbose
type uses with auto.
llvm/lib/Transforms/Scalar/SCCP.cpp