Skip to content

Commit f8d072b

Browse files
tommymcmxlauko
andcommitted
[CIR] Cleanup formatting
Co-authored-by: Henrich Lauko <xlauko@mail.muni.cz>
1 parent 3d71b09 commit f8d072b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CIR/Dialect/Transforms/LifetimeCheck.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1951,7 +1951,7 @@ void LifetimeCheckPass::dumpPmap(PMapType &pmap) {
19511951
int entry = 0;
19521952
for (auto &mapEntry : pmap) {
19531953
llvm::errs() << " " << entry << ": " << getVarNameFromValue(mapEntry.first)
1954-
<< " " << "=> ";
1954+
<< " => ";
19551955
printPset(mapEntry.second);
19561956
llvm::errs() << "\n";
19571957
entry++;

0 commit comments

Comments
 (0)