This is an archive of the discontinued LLVM Phabricator instance.

Tasks dependencies hash re-sizing fixed
ClosedPublic

Authored by AndreyChurbanov on Sep 25 2019, 10:09 AM.

Details

Summary

Three changes:

  • nconflicts field initialized;
  • formatting fix (moved declaration out of the long line);
  • count conflicts in new hash as opposed to old one.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald Transcript
tlwilmar accepted this revision.Oct 23 2019, 10:56 AM
tlwilmar added a subscriber: tlwilmar.

LGTM

This revision is now accepted and ready to land.Oct 23 2019, 10:56 AM
This revision was automatically updated to reflect the committed changes.