Skip to content

Commit 6a83054

Browse files
committed
Address code review comment
1 parent 8d93032 commit 6a83054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CIR/CodeGen/CIRGenExprComplex.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class ComplexExprEmitter : public StmtVisitor<ComplexExprEmitter, mlir::Value> {
1515
explicit ComplexExprEmitter(CIRGenFunction &cgf)
1616
: cgf(cgf), builder(cgf.getBuilder()) {}
1717

18-
/// EmitStoreOfComplex - Store the specified real/imag parts into the
18+
/// Store the specified real/imag parts into the
1919
/// specified value pointer.
2020
void emitStoreOfComplex(mlir::Location loc, mlir::Value val, LValue lv,
2121
bool isInit);

0 commit comments

Comments
 (0)