diff options
author | Craig Topper <craig.topper@sifive.com> | 2023-10-24 09:58:22 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-24 09:58:22 -0700 |
commit | 9f592cbc18e13c918fe125c26ca881d303e0ff3d (patch) | |
tree | a49b90bf223d53e1ff04683775fefdc46d1ce838 /llvm/lib/CodeGen/StackProtector.cpp | |
parent | e3476f68af5dd5e7ed672ac688396d6d6fba09b4 (diff) | |
download | llvm-9f592cbc18e13c918fe125c26ca881d303e0ff3d.zip llvm-9f592cbc18e13c918fe125c26ca881d303e0ff3d.tar.gz llvm-9f592cbc18e13c918fe125c26ca881d303e0ff3d.tar.bz2 |
[GISel] Pass MPO and VA to assignValueToAddress by const reference. NFC (#69810)
Previously they were passed by non-const reference. No in tree target
modifies the values.
This makes it possible to call assignValueToAddress from
assignCustomValue without a const_cast. For example in this patch
https://github.com/llvm/llvm-project/pull/69138.
Diffstat (limited to 'llvm/lib/CodeGen/StackProtector.cpp')
0 files changed, 0 insertions, 0 deletions