This is an archive of the discontinued LLVM Phabricator instance.

Fix static analysis warnings in ARM calling convention lowering (NFC)
ClosedPublic

Authored by ostannard on Nov 4 2019, 5:13 AM.

Details

Reviewers
RKSimon
Summary

These function parameters are small and not modified inside the functions, so there is no need to pass them by reference.

Fixes https://bugs.llvm.org/show_bug.cgi?id=43891

Diff Detail

Event Timeline

ostannard created this revision.Nov 4 2019, 5:13 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 4 2019, 5:13 AM
RKSimon accepted this revision.Nov 4 2019, 6:39 AM

LGTM - cheers!

This revision is now accepted and ready to land.Nov 4 2019, 6:39 AM