This is an archive of the discontinued LLVM Phabricator instance.

Remove duplicated code for synthetic array members.
ClosedPublic

Authored by brucem on Feb 26 2015, 8:42 AM.

Details

Summary

The code for GetSyntheticArrayMemberFromPointer and
GetSyntheticArrayMemberFromArray was identical, so just collapse the
the methods into one.

Diff Detail

Repository
rL LLVM

Event Timeline

brucem updated this revision to Diff 20766.Feb 26 2015, 8:42 AM
brucem retitled this revision from to Remove duplicated code for synthetic array members..
brucem updated this object.
brucem edited the test plan for this revision. (Show Details)
brucem added reviewers: granata.enrico, clayborg.
brucem added a subscriber: Unknown Object (MLST).
clayborg accepted this revision.Feb 26 2015, 9:55 AM
clayborg edited edge metadata.

Looks good.

This revision is now accepted and ready to land.Feb 26 2015, 9:55 AM
This revision was automatically updated to reflect the committed changes.