mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
IR/GCOV.cpp: Use PRIu64 as format string with uint64_t.
llvm-svn: 194693
This commit is contained in:
parent
9e199b0f04
commit
e045848926
@ -299,7 +299,7 @@ void FileInfo::print(raw_fd_ostream &OS, StringRef gcnoFile,
|
||||
if (L[i] == 0)
|
||||
OS << " #####:";
|
||||
else
|
||||
OS << format("%9lu:", L[i]);
|
||||
OS << format("%9" PRIu64 ":", L[i]);
|
||||
} else {
|
||||
OS << " -:";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user