This is an archive of the discontinued LLVM Phabricator instance.

Remove SCEVAAWrapperPass from createLegacyPMAAResults; NFC
ClosedPublic

Authored by sanjoy on Feb 8 2016, 4:39 PM.

Details

Summary

createLegacyPMAAResults is only called by CGSCC and Module passes, so
the call to getAnalysisIfAvailable<SCEVAAWrapperPass>() never
succeeds (SCEVAAWrapperPass is a function pass).

Diff Detail

Repository
rL LLVM

Event Timeline

sanjoy updated this revision to Diff 47272.Feb 8 2016, 4:39 PM
sanjoy retitled this revision from to Remove SCEVAAWrapperPass from createLegacyPMAAResults; NFC.
sanjoy updated this object.
sanjoy added a reviewer: chandlerc.
sanjoy added a subscriber: llvm-commits.
chandlerc accepted this revision.Feb 8 2016, 4:47 PM
chandlerc edited edge metadata.

LGTM, thanks for fixing my goof. =D

This revision is now accepted and ready to land.Feb 8 2016, 4:47 PM
This revision was automatically updated to reflect the committed changes.