mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-06 04:46:06 +00:00

From experiments, discriminator is rarely greater than 127. Here we enforce it to be no greater than 127 so that it will always fit in 1 byte. llvm-svn: 286245