This is an archive of the discontinued LLVM Phabricator instance.

[Support][mips] Remove unnecessary includes from Memory.inc
ClosedPublic

Authored by visa on Oct 9 2021, 4:11 AM.

Details

Summary

The mips-specific includes have been unnecessary ever since
the __clear_cache() builtin replaced cacheflush().

Diff Detail

Event Timeline

visa created this revision.Oct 9 2021, 4:11 AM
visa requested review of this revision.Oct 9 2021, 4:11 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 9 2021, 4:11 AM
atanasyan accepted this revision.Oct 12 2021, 12:41 AM

LGTM. Do you have commit access?

This revision is now accepted and ready to land.Oct 12 2021, 12:41 AM
visa added a comment.Oct 12 2021, 6:31 AM

I don't have commit access. Could you commit this for me?

This revision was automatically updated to reflect the committed changes.

Thanks for the patch.