Skip to content

Commit 9e7ca22

Browse files
committed
Fix formatting.
1 parent 31ceada commit 9e7ca22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Utils/Local.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3318,7 +3318,7 @@ static void combineMetadata(Instruction *K, const Instruction *J,
33183318
switch (Kind) {
33193319
default:
33203320
if (K->isAtomic() && (find(AMDGPUMD, Kind) != std::cend(AMDGPUMD)))
3321-
break; // Preserve AMDGPU atomic metadata.
3321+
break; // Preserve AMDGPU atomic metadata.
33223322
else
33233323
K->setMetadata(Kind, nullptr); // Remove unknown metadata
33243324
break;

0 commit comments

Comments
 (0)