This is an archive of the discontinued LLVM Phabricator instance.

[DTU] Deprecate insertEdge*/deleteEdge*
ClosedPublic

Authored by NutshellySima on Feb 20 2019, 5:37 AM.

Details

Summary

This patch converts all existing insertEdge*/deleteEdge* to applyUpdates and marks insertEdge*/deleteEdge* as deprecated.

Diff Detail

Repository
rL LLVM

Event Timeline

NutshellySima created this revision.Feb 20 2019, 5:37 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 20 2019, 5:37 AM
kuhar accepted this revision.Feb 20 2019, 5:50 AM

Great, thanks for putting effort into this and the related patches

This revision is now accepted and ready to land.Feb 20 2019, 5:50 AM
brzycki accepted this revision.Feb 20 2019, 8:53 AM

+1 Thank you. LGTM.

This revision was automatically updated to reflect the committed changes.