This is an archive of the discontinued LLVM Phabricator instance.

[ValueLattice] Remove obsolete getConstantInt (NFC).
ClosedPublic

Authored by fhahn on Feb 10 2020, 8:18 AM.

Details

Summary

ConstantInt values are always represented as constant ranges with a
single element. getConstantInt is obsolete, as pointed out by @nikic
during D60581.

Diff Detail

Event Timeline

fhahn created this revision.Feb 10 2020, 8:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 10 2020, 8:18 AM
This revision is now accepted and ready to land.Feb 10 2020, 9:37 AM
This revision was automatically updated to reflect the committed changes.