diff options
author | Luke Drummond <luke.drummond@codeplay.com> | 2016-12-22 19:15:07 +0000 |
---|---|---|
committer | Luke Drummond <luke.drummond@codeplay.com> | 2016-12-22 19:15:07 +0000 |
commit | 63dea591040f8dad31a1b3942afcb5b12537ef90 (patch) | |
tree | 82e42f09ecaeddd41a5451af5a5831cfab365591 /llvm/lib/CodeGen/MachinePipeliner.cpp | |
parent | c2b56634cfae06e4c2c373b96bc4da144adfe86f (diff) | |
download | llvm-63dea591040f8dad31a1b3942afcb5b12537ef90.zip llvm-63dea591040f8dad31a1b3942afcb5b12537ef90.tar.gz llvm-63dea591040f8dad31a1b3942afcb5b12537ef90.tar.bz2 |
Fix a couple of incorrect format string warnings
This patch fixes use of incorrect `%zi` to format a plain `int`, and using
`%llu` to format a `uint64_t`. The fix is to use the new typesafe
`llvm::Formatv` based API.
Differential Revision: https://reviews.llvm.org/D28028
Subscribers: lldb-commits
llvm-svn: 290359
Diffstat (limited to 'llvm/lib/CodeGen/MachinePipeliner.cpp')
0 files changed, 0 insertions, 0 deletions