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 8d93032 commit 6a83054Copy full SHA for 6a83054
clang/lib/CIR/CodeGen/CIRGenExprComplex.cpp
@@ -15,7 +15,7 @@ class ComplexExprEmitter : public StmtVisitor<ComplexExprEmitter, mlir::Value> {
15
explicit ComplexExprEmitter(CIRGenFunction &cgf)
16
: cgf(cgf), builder(cgf.getBuilder()) {}
17
18
- /// EmitStoreOfComplex - Store the specified real/imag parts into the
+ /// Store the specified real/imag parts into the
19
/// specified value pointer.
20
void emitStoreOfComplex(mlir::Location loc, mlir::Value val, LValue lv,
21
bool isInit);
0 commit comments