diff options
author | Kazu Hirata <kazu@google.com> | 2024-04-29 16:30:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-29 16:30:57 -0700 |
commit | ae7ce1c6e728a262049c998c667b79165b285bd8 (patch) | |
tree | 9d89a7c0a99cf1d1e1ae13689faaa35ab12dbc13 /llvm/lib/CodeGen/FreeMachineFunction.cpp | |
parent | 5e9937d1b3ada9c686505c5f2c1e1b054ad9edc2 (diff) | |
download | llvm-ae7ce1c6e728a262049c998c667b79165b285bd8.zip llvm-ae7ce1c6e728a262049c998c667b79165b285bd8.tar.gz llvm-ae7ce1c6e728a262049c998c667b79165b285bd8.tar.bz2 |
[CodeGen] Remove extraneous ArrayRef (NFC) (#90423)
We don't need to explicitly create an instance of ArrayRef here
because getIndexedOffsetInType takes ArrayRef, and ArrayRef can be
implicitly constructed from a C array.
Diffstat (limited to 'llvm/lib/CodeGen/FreeMachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions