Skip to content

Commit ad3b532

Browse files
committed
Fix formatting issues.
1 parent fb063cc commit ad3b532

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flang/lib/Optimizer/Transforms/AddDebugInfo.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,8 @@ void AddDebugInfoPass::handleFuncOp(mlir::func::FuncOp funcOp,
478478
}
479479

480480
auto addTargetOpDISP = [&](bool lineTableOnly,
481-
const llvm::SmallVector<mlir::LLVM::DINodeAttr> &entities) {
481+
const llvm::SmallVector<mlir::LLVM::DINodeAttr>
482+
&entities) {
482483
// When we process the DeclareOp inside the OpenMP target region, all the
483484
// variables get the DISubprogram of the parent function of the target op as
484485
// the scope. In the codegen (to llvm ir), OpenMP target op results in the

0 commit comments

Comments
 (0)