We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2fd0e4 commit 294a6c3Copy full SHA for 294a6c3
clang/lib/CodeGen/CGExprComplex.cpp
@@ -1034,7 +1034,6 @@ ComplexPairTy ComplexExprEmitter::EmitBinDiv(const BinOpInfo &Op) {
1034
llvm::Value *OrigLHSi = LHSi;
1035
if (!LHSi)
1036
LHSi = llvm::Constant::getNullValue(RHSi->getType());
1037
- QualType ComplexElementTy = Op.Ty->castAs<ComplexType>()->getElementType();
1038
if (Op.FPFeatures.getComplexRange() == LangOptions::CX_Improved ||
1039
(Op.FPFeatures.getComplexRange() == LangOptions::CX_Promoted &&
1040
FPHasBeenPromoted))
0 commit comments