Skip to content

Commit 087cdea

Browse files
author
Alex B
committed
Address Feedback Nr 2.1
1 parent cd7c30a commit 087cdea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/DebugInfo/GSYM/GsymReader.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,9 +412,8 @@ void GsymReader::dump(raw_ostream &OS, const FunctionInfo &FI,
412412
dump(OS, *FI.MergedFunctions);
413413
}
414414

415-
if (FI.CallSites) {
415+
if (FI.CallSites)
416416
dump(OS, *FI.CallSites);
417-
}
418417
}
419418

420419
void GsymReader::dump(raw_ostream &OS, const MergedFunctionsInfo &MFI) {

0 commit comments

Comments
 (0)