================
@@ -41,20 +44,19 @@ class MCResourceInfo {
int32_t MaxAGPR = 0;
int32_t MaxSGPR = 0;
- MCContext &OutContext;
- bool finalized;
+ bool Finalized = false;
----------------
arsenm wrote:Document Finalized https://github.com/llvm/llvm-project/pull/102913 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
