This is an archive of the discontinued LLVM Phabricator instance.

[AVR] Remove declaration of createAVRBranchSelectionPass()
Needs ReviewPublic

Authored by eugmes on Dec 5 2022, 11:36 AM.

Details

Reviewers
dylanmckay
Summary

The function does not exists.

Diff Detail

Event Timeline

eugmes created this revision.Dec 5 2022, 11:36 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 5 2022, 11:36 AM
Herald added subscribers: Jim, hiraditya. · View Herald Transcript
eugmes requested review of this revision.Dec 5 2022, 11:36 AM
eugmes planned changes to this revision.Dec 6 2022, 2:36 AM

This should be untangled from the rest.

eugmes updated this revision to Diff 480548.Dec 6 2022, 10:49 AM
eugmes edited the summary of this revision. (Show Details)

Removed dependency on D139350