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 e656aea commit f6db41aCopy full SHA for f6db41a
flang/include/flang/Optimizer/Builder/FIRBuilder.h
@@ -284,7 +284,7 @@ class FirOpBuilder : public mlir::OpBuilder {
284
//===--------------------------------------------------------------------===//
285
286
/// Helper class to create if-then-else in a structured way:
287
- /// Usage: genIfOp().then([&](){...}).else([&](){...}).end();
+ /// Usage: genIfOp().genThen([&](){...}).genElse([&](){...}).end();
288
/// Alternatively, getResults() can be used instead of end() to end the ifOp
289
/// and get the ifOp results.
290
class IfBuilder {
0 commit comments