diff options
author | Krzysztof Parzyszek <Krzysztof.Parzyszek@amd.com> | 2025-08-07 15:29:51 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-07 15:29:51 -0500 |
commit | bc814348ec0412362b062cb2928e5fc76d31bccb (patch) | |
tree | d0c14733b0440fd4c34328667538af6b1621b61e /llvm/lib/BinaryFormat | |
parent | 9234066476aa82cfac3cee564883a3124df4584e (diff) | |
download | llvm-bc814348ec0412362b062cb2928e5fc76d31bccb.zip llvm-bc814348ec0412362b062cb2928e5fc76d31bccb.tar.gz llvm-bc814348ec0412362b062cb2928e5fc76d31bccb.tar.bz2 |
[flang][OpenMP] Break up ResolveOmpObject for readability, NFC (#151957)
The function ResolveOmpObject had a lot of highly-indented code in two
variant visitors. Extract the visitors into their own functions, and
reformat the code. Replace !(||) with !&&! in a couple of places to make
the formatting a bit nicer. Use llvm::enumerate instead of manually
maintaining iteration index.
Diffstat (limited to 'llvm/lib/BinaryFormat')
0 files changed, 0 insertions, 0 deletions