diff --git a/clang/lib/CodeGen/CGExprComplex.cpp b/clang/lib/CodeGen/CGExprComplex.cpp index 09e154a71259d5..e2f868c3141484 100644 --- a/clang/lib/CodeGen/CGExprComplex.cpp +++ b/clang/lib/CodeGen/CGExprComplex.cpp @@ -671,7 +671,7 @@ ComplexPairTy ComplexExprEmitter::VisitPlus(const UnaryOperator *E, } ComplexPairTy ComplexExprEmitter::VisitUnaryMinus(const UnaryOperator *E, - QualType PromotionType) { + QualType PromotionType) { QualType promotionTy = PromotionType.isNull() ? getPromotionType(E->getStoredFPFeaturesOrDefault(),