================
@@ -164,6 +164,7 @@ struct DemandedFields {
   // If this is true, we demand that VTYPE is set to some legal state, i.e. 
that
   // vill is unset.
   bool VILL = false;
+  bool UseAltFmt = false;
----------------
topperc wrote:

`Use` is redundant in the field name. The struct is `DemandedFields`, every 
member in it represents a field that is "used".

https://github.com/llvm/llvm-project/pull/161158
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to