Skip to content

Commit a99949a

Browse files
Remove fixed size from fnArgs SmallVector
1 parent 2732abe commit a99949a

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
@@ -153,7 +153,7 @@ class CIRGenFunction : public CIRGenTypeCache {
153153
mlir::Operation *curFn = nullptr;
154154

155155
/// Save Parameter Decl for coroutine.
156-
llvm::SmallVector<const ParmVarDecl *, 4> fnArgs;
156+
llvm::SmallVector<const ParmVarDecl *> fnArgs;
157157

158158
using DeclMapTy = llvm::DenseMap<const clang::Decl *, Address>;
159159
/// This keeps track of the CIR allocas or globals for local C

0 commit comments

Comments
 (0)