Skip to content

Commit c20fdc3

Browse files
committed
fixup! clang-format
1 parent 7fe58f8 commit c20fdc3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mlir/lib/Target/LLVMIR/DebugImporter.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ DICompileUnitAttr DebugImporter::translateImpl(llvm::DICompileUnit *node) {
5959
std::underlying_type_t<llvm::DICompileUnit::DebugNameTableKind>>(
6060
node->getNameTableKind()));
6161
return DICompileUnitAttr::get(
62-
context, getOrCreateDistinctID(node), node->getSourceLanguage().getUnversionedName(),
62+
context, getOrCreateDistinctID(node),
63+
node->getSourceLanguage().getUnversionedName(),
6364
translate(node->getFile()), getStringAttrOrNull(node->getRawProducer()),
6465
node->isOptimized(), emissionKind.value(), nameTableKind.value(),
6566
getStringAttrOrNull(node->getRawSplitDebugFilename()));

0 commit comments

Comments
 (0)