[SCCP] Remove unused toLatticeValue helper (NFC).
authorFlorian Hahn <flo@fhahn.com>
Sat, 28 Mar 2020 15:18:12 +0000 (15:18 +0000)
committerFlorian Hahn <flo@fhahn.com>
Sat, 28 Mar 2020 15:40:24 +0000 (15:40 +0000)
commita44bf59c93b4807934c896ea25f3628c50dd5f44
treea0850f8c32e4d7a1b0502c19c058a7b6d9cf0ca9
parent9619c2cc9a22a3ca1375f2f4a64e50c0a56e95d1
[SCCP] Remove unused toLatticeValue helper (NFC).

LatticeVal is an alias for ValueLatticeElement and the function is not
used any longer.
llvm/lib/Transforms/Scalar/SCCP.cpp