This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] list_union() is actually an intersect operation. Rename it.
ClosedPublic

Authored by dsanders on Jan 26 2016, 6:57 AM.

Diff Detail

Event Timeline

dsanders updated this revision to Diff 45989.Jan 26 2016, 6:57 AM
dsanders retitled this revision from to [compiler-rt] list_union() is actually an intersect operation. Rename it..
dsanders updated this object.
dsanders added a reviewer: beanz.
dsanders added a subscriber: llvm-commits.
beanz accepted this revision.Jan 26 2016, 8:47 AM
beanz edited edge metadata.

LGTM! Thanks for catching this. This was a short-circuit in my brain.

-Chris

This revision is now accepted and ready to land.Jan 26 2016, 8:47 AM
dsanders closed this revision.Jan 27 2016, 1:32 AM