================
@@ -320,7 +320,8 @@ class ComplexExprEmitter
QualType getPromotionType(FPOptionsOverride Features, QualType Ty,
bool IsComplexDivisor) {
if (auto *CT = Ty->getAs<ComplexType>()) {
- QualType ElementType = CT->getElementType();
----------------
zahiraam wrote:Yes, done. https://github.com/llvm/llvm-project/pull/168943 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
