Skip to content

Commit 5127f80

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

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
@@ -882,7 +882,7 @@ getUnwidenedIntegerType(const ASTContext &astContext, const Expr *e) {
882882
return baseTy;
883883
}
884884

885-
/// Check if \p E is a widened promoted integer.
885+
/// Check if \p e is a widened promoted integer.
886886
[[maybe_unused]] static bool isWidenedIntegerOp(const ASTContext &astContext,
887887
const Expr *e) {
888888
return getUnwidenedIntegerType(astContext, e).has_value();

0 commit comments

Comments
 (0)