================
@@ -271,22 +271,33 @@ namespace {
 class PPC32_SVR4_ABIInfo : public DefaultABIInfo {
   bool IsSoftFloatABI;
   bool IsRetSmallStructInRegABI;
+  bool isComplexInRegABI;
+  // Size of GPR in bits
+  unsigned RLen;
----------------
diggerlin wrote:

`RLen` is too short to understand what `R` means , suggest to change to 
`RegLen` and `RegisterLen`.  and Do we need to add `RLen` ? since the  class is 
PPC32_SVR4_ABIInfo, Should the Register Len be default to 32 bit ?

https://github.com/llvm/llvm-project/pull/77732
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to