diff options
author | Kazu Hirata <kazu@google.com> | 2024-04-21 08:21:23 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-21 08:21:23 -0700 |
commit | d674f45d51bffbba474b12e07f7d57a2390d2f31 (patch) | |
tree | 09fee09735f535f2eff37da1bb3821d961ae7580 /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | 6309440c218778db027306826993e484eab2be17 (diff) | |
download | llvm-d674f45d51bffbba474b12e07f7d57a2390d2f31.zip llvm-d674f45d51bffbba474b12e07f7d57a2390d2f31.tar.gz llvm-d674f45d51bffbba474b12e07f7d57a2390d2f31.tar.bz2 |
[Transforms] Remove extraneous ArrayRef (NFC) (#89535)
We don't need to create these instances of ArrayRef because
ConstantDataVector::get takes ArrayRef, and ArrayRef can be implicitly
constructed from C arrays.
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions