Commits

Nadav Rotem committed f57668f0aa3
[Mangler] Fix a bug in EncodeStringAsNumber. When we encode a string into an APInt the size of the APInt needs to be large enough for the string (we got this part right), but also large enough for arithmetic with the value of character length.