This is an archive of the discontinued LLVM Phabricator instance.

[mips] [builtins] Remove clear_mips_cache
AcceptedPublic

Authored by zoran.jovanovic on Oct 16 2019, 12:40 AM.

Details

Summary

Function clear_mips_cache is unused, remove the function and all references.

Diff Detail

Event Timeline

Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptOct 16 2019, 12:40 AM
Herald added subscribers: Restricted Project, krytarowski, arichardson and 2 others. · View Herald Transcript
petarj accepted this revision.Oct 16 2019, 1:07 AM

lgtm

This revision is now accepted and ready to land.Oct 16 2019, 1:07 AM

Why is the clear_mips_cache unused? Because the defined(__ANDROID__) && defined(__LP64__) is always false or the (end_int - start_int) <= address_range_limit is always false?

It is because of "defined(ANDROID) && defined(LP64)" part.