Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ergawy committed May 15, 2024
1 parent 476fffe commit 3bb1152
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flang/tools/bbc/bbc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,8 @@ createTargetMachine(llvm::StringRef targetTriple, std::string &error) {
static mlir::LogicalResult runOpenMPPasses(mlir::ModuleOp mlirModule) {
mlir::PassManager pm(mlirModule->getName(),
mlir::OpPassManager::Nesting::Implicit);
using DoConcurrentMappingKind =
Fortran::frontend::CodeGenOptions::DoConcurrentMappingKind;
using DoConcurrentMappingKind =
Fortran::frontend::CodeGenOptions::DoConcurrentMappingKind;

auto doConcurrentMappingKind =
llvm::StringSwitch<DoConcurrentMappingKind>(
Expand Down

0 comments on commit 3bb1152

Please sign in to comment.