diff options
author | Krzysztof Parzyszek <Krzysztof.Parzyszek@amd.com> | 2023-12-14 11:24:17 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-14 11:24:17 -0600 |
commit | 9cf9721dcf1c832a1374e453500b8f7979e65a84 (patch) | |
tree | 6e35b1225b8f4e43195f99f034c5f93e1e3c553c /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | e007551b10bda9584223e8583591155070a3de4f (diff) | |
download | llvm-9cf9721dcf1c832a1374e453500b8f7979e65a84.zip llvm-9cf9721dcf1c832a1374e453500b8f7979e65a84.tar.gz llvm-9cf9721dcf1c832a1374e453500b8f7979e65a84.tar.bz2 |
[flang][OpenMP] Avoid unnecessary init loop, use constructor instead,… (#75482)
… NFC
SmallVector has a constructor that fills it with a number of copies of a
given value. Use it instead of a loop that does the same thing.
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions