mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-13 23:36:05 +00:00

because TargetData::getTypeSize() returns the same for i1 and i8. This fix is not right for the full generality of bitwise types, but it fixes the regression. llvm-svn: 33237