Skip to content

Commit c724475

Browse files
committed
Fix stray whitespace.
1 parent c309620 commit c724475

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Transforms/Utils/Local.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3456,7 +3456,6 @@ static void combineMetadata(Instruction *K, const Instruction *J,
34563456
K->setMetadata(LLVMContext::MD_prof,
34573457
MDNode::getMergedProfMetadata(KProf, JProf, K, J));
34583458
}
3459-
34603459
}
34613460

34623461
void llvm::combineMetadataForCSE(Instruction *K, const Instruction *J,

0 commit comments

Comments
 (0)