Skip to content

Commit 6c325bd

Browse files
committed
Fix formatting issues.
1 parent 8b09d38 commit 6c325bd

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
@@ -479,7 +479,8 @@ void AddDebugInfoPass::handleFuncOp(mlir::func::FuncOp funcOp,
479479
}
480480

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

0 commit comments

Comments
 (0)