Files
clang-p2996/llvm/lib/CodeGen/MachineFrameInfo.cpp
Matt Arsenault 97b6b1b926 Fix printing of stack id in MachineFrameInfo
uint8_t is printed as a char, so it needs to be
casted to do the right thing.

llvm-svn: 329622
2018-04-09 21:04:30 +00:00

9.5 KiB