This is an archive of the discontinued LLVM Phabricator instance.

[LAA] LLE 3/6: Rename InterestingDependence to Dependences, NFC
ClosedPublic

Authored by anemet on Sep 29 2015, 10:28 AM.

Details

Summary

We now collect all types of dependences including lexically forward
deps not just "interesting" ones.

Diff Detail

Repository
rL LLVM

Event Timeline

anemet updated this revision to Diff 36000.Sep 29 2015, 10:28 AM
anemet retitled this revision from to [LAA] LLE 3/6: Rename InterestingDependence to Dependences, NFC.
anemet updated this object.
anemet added a reviewer: hfinkel.
anemet added a subscriber: llvm-commits.

Mechanical change to a better name. LGTM.

hfinkel accepted this revision.Nov 2 2015, 9:39 AM
hfinkel edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Nov 2 2015, 9:39 AM
This revision was automatically updated to reflect the committed changes.