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 ca3e0c4 commit e69ec57Copy full SHA for e69ec57
clang/lib/CIR/CodeGen/CIRGenBuilder.h
@@ -1038,7 +1038,7 @@ class CIRGenBuilderTy : public cir::CIRBaseBuilderTy {
1038
/// Create a cir.ptr_stride operation to get access to an array element.
1039
/// idx is the index of the element to access, shouldDecay is true if the
1040
/// result should decay to a pointer to the element type.
1041
- mlir::Value getArrayElement(const clang::TargetInfo &TargetInfo,
+ mlir::Value getArrayElement(const clang::TargetInfo &targetInfo,
1042
mlir::Location arrayLocBegin,
1043
mlir::Location arrayLocEnd, mlir::Value arrayPtr,
1044
mlir::Type eltTy, mlir::Value idx,
0 commit comments