Skip to content

Commit 948d084

Browse files
committed
Apply clang-format
1 parent 79c2499 commit 948d084

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/IR/Metadata.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,8 @@ void ReplaceableMetadataImpl::SalvageDebugInfo(const Constant &C) {
348348
continue;
349349
// Check for MetadataAsValue.
350350
if (isa<MetadataAsValue *>(Owner)) {
351-
cast<MetadataAsValue *>(Owner)->handleChangedMetadata(ValueAsMetadata::get(UndefValue::get(C.getType())));
351+
cast<MetadataAsValue *>(Owner)->handleChangedMetadata(
352+
ValueAsMetadata::get(UndefValue::get(C.getType())));
352353
continue;
353354
}
354355
if (!isa<Metadata *>(Owner))

0 commit comments

Comments
 (0)