This is an archive of the discontinued LLVM Phabricator instance.

[SparsePropagation] Move member definitions to header (NFC)
ClosedPublic

Authored by mssimpso on Oct 4 2017, 2:03 PM.

Details

Summary

After rL314734, AbstractLatticeFunction and SparseSolver are class templates parameterized by a lattice value. In order to use the member functions, we need to move them into the header.

Event Timeline

mssimpso created this revision.Oct 4 2017, 2:03 PM
dberlin accepted this revision.Oct 4 2017, 2:06 PM
This revision is now accepted and ready to land.Oct 4 2017, 2:06 PM
davide accepted this revision.Oct 4 2017, 2:12 PM

thanks

This revision was automatically updated to reflect the committed changes.
lib/Analysis/CMakeLists.txt