We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 710fa7f commit 2ec1a24Copy full SHA for 2ec1a24
clang/lib/CIR/CodeGen/CIRGenExprCXX.cpp
@@ -910,7 +910,7 @@ void CIRGenFunction::emitCXXDeleteExpr(const CXXDeleteExpr *E) {
910
// we plan to handle it in LoweringPreparePass and the corresponding
911
// ABI part.
912
if (DeleteTy->isConstantArrayType()) {
913
- Ptr = Ptr;
+ // Nothing to do here, keep it for skeleton comparison sake.
914
}
915
916
assert(convertTypeForMem(DeleteTy) == Ptr.getElementType());
0 commit comments