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 9a9e05d commit 119873cCopy full SHA for 119873c
clang/include/clang/CIR/Dialect/IR/CIRDataLayout.h
@@ -87,7 +87,7 @@ class CIRDataLayout {
87
88
llvm::TypeSize getTypeSizeInBits(mlir::Type ty) const;
89
90
- llvm::TypeSize getPointerTypeSizeInBits(mlir::Type Ty) const {
+ llvm::TypeSize getPointerTypeSizeInBits(mlir::Type ty) const {
91
assert(mlir::isa<cir::PointerType>(Ty) &&
92
"This should only be called with a pointer type");
93
return layout.getTypeSizeInBits(Ty);
0 commit comments