Skip to content

Commit 2a6fb44

Browse files
tommymcmxlauko
andcommitted
[CIR][CodeGen] Update parameter name to match surrounding style
Co-authored-by: Henrich Lauko <xlauko@mail.muni.cz>
1 parent f8d072b commit 2a6fb44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CIR/CodeGen/CIRGenBuilder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1038,7 +1038,7 @@ class CIRGenBuilderTy : public cir::CIRBaseBuilderTy {
10381038
/// Create a cir.ptr_stride operation to get access to an array element.
10391039
/// idx is the index of the element to access, shouldDecay is true if the
10401040
/// result should decay to a pointer to the element type.
1041-
mlir::Value getArrayElement(const clang::TargetInfo &TargetInfo,
1041+
mlir::Value getArrayElement(const clang::TargetInfo &targetInfo,
10421042
mlir::Location arrayLocBegin,
10431043
mlir::Location arrayLocEnd, mlir::Value arrayPtr,
10441044
mlir::Type eltTy, mlir::Value idx,

0 commit comments

Comments
 (0)