These function parameters are small and not modified inside the functions, so there is no need to pass them by reference.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D69801
Fix static analysis warnings in ARM calling convention lowering (NFC) ClosedPublic Authored by ostannard on Nov 4 2019, 5:13 AM.
Details
Summary These function parameters are small and not modified inside the functions, so there is no need to pass them by reference.
Diff Detail
Revision Contents
Diff 227696 llvm/lib/Target/ARM/ARMCallingConv.cpp
|