Skip to content

Commit a88f171

Browse files
committed
Fix clang-format.
1 parent c6440f4 commit a88f171

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3993,9 +3993,8 @@ static void collectMapDataFromMapOperands(
39933993
llvm::Value *origValue = moduleTranslation.lookupValue(offloadPtr);
39943994
auto mapType = convertClauseMapFlags(mapOp.getMapType());
39953995
auto mapTypeAlways = llvm::omp::OpenMPOffloadMappingFlags::OMP_MAP_ALWAYS;
3996-
bool isDevicePtr =
3997-
(mapOp.getMapType() & omp::ClauseMapFlags::storage) ==
3998-
omp::ClauseMapFlags::storage;
3996+
bool isDevicePtr = (mapOp.getMapType() & omp::ClauseMapFlags::storage) ==
3997+
omp::ClauseMapFlags::storage;
39993998

40003999
mapData.OriginalValue.push_back(origValue);
40014000
mapData.BasePointers.push_back(origValue);

0 commit comments

Comments
 (0)