Print our uint64_t with the more portable (C99 and C++0x) %PRIu64 format
authorNick Lewycky <nicholas@mxc.ca>
Tue, 12 Apr 2011 20:06:50 +0000 (20:06 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Tue, 12 Apr 2011 20:06:50 +0000 (20:06 +0000)
commite9e7ffa10d1af2f0b11528c1be16ab406c02f136
tree01563714acfc4f546f860afab192f4b6b5c78895
parent3eb4319313b3fb9189cd4be5b3e5375be9bdc2f9
Print our uint64_t with the more portable (C99 and C++0x) %PRIu64 format
specifier.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129384 91177308-0d34-0410-b5e6-96231b3b80d8
runtime/libprofile/LineProfiling.c