This is an archive of the discontinued LLVM Phabricator instance.

[LAA] Remove one addRuntimeChecks function (NFC).
ClosedPublic

Authored by fhahn on May 9 2020, 2:31 PM.

Details

Summary

In order to reduce the API surface area (preparation for D78460), remove
a addRuntimeChecks() function and do the additional check in the single
caller.

Diff Detail

Event Timeline

fhahn created this revision.May 9 2020, 2:31 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 9 2020, 2:31 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
Ayal accepted this revision.May 9 2020, 3:41 PM

Thanks for breaking this up!

This revision is now accepted and ready to land.May 9 2020, 3:41 PM
This revision was automatically updated to reflect the committed changes.