Skip to content

Commit fcc7cb4

Browse files
committed
format
1 parent 2c27dd5 commit fcc7cb4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

flang/lib/Optimizer/HLFIR/Transforms/SimplifyHLFIRIntrinsics.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2387,8 +2387,7 @@ class IndexOpConversion : public mlir::OpRewritePattern<hlfir::IndexOp> {
23872387

23882388
// All checks are passed here. Generate single character search loop.
23892389
auto [strV, strAssociate] = getVariable(builder, loc, op.getStr());
2390-
auto [substrV, substrAssociate] =
2391-
getVariable(builder, loc, op.getSubstr());
2390+
auto [substrV, substrAssociate] = getVariable(builder, loc, op.getSubstr());
23922391
hlfir::Entity str{strV};
23932392
hlfir::Entity substr{substrV};
23942393
mlir::Value oneIdx = builder.createIntegerConstant(loc, idxTy, 1);

0 commit comments

Comments
 (0)