[flang-commits] [flang] [flang] Represent use statement in fir. (PR #168106)
Tom Eccles via flang-commits
flang-commits at lists.llvm.org
Sun Dec 21 09:39:48 PST 2025
================
@@ -55,6 +55,16 @@ struct EquivalenceObject {
};
using EquivalenceSet = std::vector<EquivalenceObject>;
+// Preserved USE statement information for debug info generation.
+// Preserved USE statement information for debug info generation
----------------
tblah wrote:
```suggestion
```
nit
https://github.com/llvm/llvm-project/pull/168106
More information about the flang-commits
mailing list