diff options
author | Craig Topper <craig.topper@sifive.com> | 2021-09-23 08:48:23 -0700 |
---|---|---|
committer | Craig Topper <craig.topper@sifive.com> | 2021-09-23 08:49:44 -0700 |
commit | d5c67bba62d3abc96ac501f45cabc33a100b00e8 (patch) | |
tree | f58b0ab103dca14568e5354357d55b471df14ae0 /llvm/lib/Support/LockFileManager.cpp | |
parent | 7f5ca8cc2158debe66663f09eb19b4613e75e124 (diff) | |
download | llvm-d5c67bba62d3abc96ac501f45cabc33a100b00e8.zip llvm-d5c67bba62d3abc96ac501f45cabc33a100b00e8.tar.gz llvm-d5c67bba62d3abc96ac501f45cabc33a100b00e8.tar.bz2 |
[RegAlloc] Cast uint8_t to unsigned before printing it.
raw_ostream interprets uint8_t as wanting to print a character
with that ASCII value. In this case the uint8_t is an integer
that we want to print.
Diffstat (limited to 'llvm/lib/Support/LockFileManager.cpp')
0 files changed, 0 insertions, 0 deletions