Skip to content

Commit 119873c

Browse files
Update clang/include/clang/CIR/Dialect/IR/CIRDataLayout.h
Co-authored-by: Amr Hesham <[email protected]>
1 parent 9a9e05d commit 119873c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/CIR/Dialect/IR/CIRDataLayout.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class CIRDataLayout {
8787

8888
llvm::TypeSize getTypeSizeInBits(mlir::Type ty) const;
8989

90-
llvm::TypeSize getPointerTypeSizeInBits(mlir::Type Ty) const {
90+
llvm::TypeSize getPointerTypeSizeInBits(mlir::Type ty) const {
9191
assert(mlir::isa<cir::PointerType>(Ty) &&
9292
"This should only be called with a pointer type");
9393
return layout.getTypeSizeInBits(Ty);

0 commit comments

Comments
 (0)