[all-commits] [llvm/llvm-project] 2a1d22: [flang] Fix compilation error due to variable no b...
Pete Steinfeld via All-commits
all-commits at lists.llvm.org
Tue Dec 12 08:16:06 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2a1d222010266147c6767f34b25c5a91c93b55de
https://github.com/llvm/llvm-project/commit/2a1d222010266147c6767f34b25c5a91c93b55de
Author: Pete Steinfeld <47540744+psteinfeld at users.noreply.github.com>
Date: 2023-12-12 (Tue, 12 Dec 2023)
Changed paths:
M flang/lib/Optimizer/HLFIR/IR/HLFIROps.cpp
Log Message:
-----------
[flang] Fix compilation error due to variable no being used (#75210)
My builds were failing because the variable 'dim' was not used. This
produced a warning, and my builds have warnings set as errors.
More information about the All-commits
mailing list