This is an archive of the discontinued LLVM Phabricator instance.

Initialize BasicAAWrapperPass in it's constructor
ClosedPublic

Authored by loladiro on Oct 10 2015, 10:00 PM.

Details

Summary

This seems to be the idiom used elsewhere in LLVM. Is there some reason this shouldn't be there or is that just an oversight?

Diff Detail

Repository
rL LLVM

Event Timeline

loladiro updated this revision to Diff 37044.Oct 10 2015, 10:00 PM
loladiro retitled this revision from to Initialize BasicAAWrapperPass in it's constructor.
loladiro updated this object.
loladiro added a reviewer: chandlerc.
loladiro set the repository for this revision to rL LLVM.
loladiro added a subscriber: llvm-commits.
chandlerc accepted this revision.Oct 26 2015, 12:38 AM
chandlerc edited edge metadata.

Probably just an oversight. Thanks for the fix, LGTM.

This revision is now accepted and ready to land.Oct 26 2015, 12:38 AM
This revision was automatically updated to reflect the committed changes.