Skip to content

Commit 18e0fff

Browse files
committed
FIx variable naming
1 parent c158759 commit 18e0fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CIR/CodeGen/CIRGenFunction.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,7 @@ class CIRGenFunction : public CIRGenTypeCache {
10641064
/// even if no aggregate location is provided.
10651065
RValue emitAnyExprToTemp(const clang::Expr *e);
10661066

1067-
void emitArrayDestroy(mlir::Value begin, mlir::Value end,
1067+
void emitArrayDestroy(mlir::Value begin, mlir::Value numElements,
10681068
QualType elementType, CharUnits elementAlign,
10691069
Destroyer *destroyer);
10701070

0 commit comments

Comments
 (0)