The uint8_t was printed as a char which didn't really work.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@287817
91177308-0d34-0410-b5e6-
96231b3b80d8
MRI.clearKillFlags(Fold.OpToFold->getReg());
}
DEBUG(dbgs() << "Folded source from " << MI << " into OpNo " <<
- Fold.UseOpNo << " of " << *Fold.UseMI << '\n');
+ static_cast<int>(Fold.UseOpNo) << " of " << *Fold.UseMI << '\n');
// Folding the immediate may reveal operations that can be constant
// folded or replaced with a copy. This can happen for example after