================ @@ -184,11 +184,13 @@ createTargetCodeGenInfo(CodeGenModule &CGM) { bool IsSoftFloat = CodeGenOpts.FloatABI == "soft" || Target.hasFeature("spe"); - return createPPC32TargetCodeGenInfo(CGM, IsSoftFloat); + unsigned RLen = Target.getPointerWidth(LangAS::Default); ---------------- diggerlin wrote:
the variable is used only once , do not need to introduce a new variable. 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