commit | d72385f28b49455ba5ac5e2386b1e4c8c27c79dd | [log] [tgz] |
---|---|---|
author | Jim Stichnoth <stichnot@chromium.org> | Wed Apr 06 12:21:14 2016 -0700 |
committer | Jim Stichnoth <stichnot@chromium.org> | Wed Apr 06 12:21:14 2016 -0700 |
tree | fc502d3b3cb5214e2969d0322283adbf40aebb5c | |
parent | 11756b510456b215628124e7c13750f60b745f86 [diff] |
Subzero: Remove a couple clumsy uses of snprintf. We can use llvm::format() to achieve the same result in these cases. BUG= none R=jpp@chromium.org, kschimpf@google.com Review URL: https://codereview.chromium.org/1866633003 .