Skip to content

Commit 7a6c957

Browse files
mmhaandykaylor
andauthored
Update clang/lib/CIR/CodeGen/CIRGenExprScalar.cpp
Co-authored-by: Andy Kaylor <[email protected]>
1 parent 5127f80 commit 7a6c957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CIR/CodeGen/CIRGenExprScalar.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ mlir::Value CIRGenFunction::emitPromotedScalarExpr(const Expr *e,
867867
return e->getType()->isNullPtrType();
868868
}
869869

870-
/// If \p E is a widened promoted integer, get its base (unpromoted) type.
870+
/// If \p e is a widened promoted integer, get its base (unpromoted) type.
871871
static std::optional<QualType>
872872
getUnwidenedIntegerType(const ASTContext &astContext, const Expr *e) {
873873
const Expr *base = e->IgnoreImpCasts();

0 commit comments

Comments
 (0)