commit | 062c406a85a3669931da866728ec0373d88598c9 | [log] [tgz] |
---|---|---|
author | Rui Ueyama <ruiu@google.com> | Thu Sep 11 21:46:33 2014 +0000 |
committer | Rui Ueyama <ruiu@google.com> | Thu Sep 11 21:46:33 2014 +0000 |
tree | 20bb643287704e856a9c90eb2aed15af98abcfa9 | |
parent | 14ae60407d39de8022f50194e7e6ef199eb14b83 [diff] |
Support: Delete {aligned_,}{u,}{little,big}8_t The byte has no endianness, so these types don't make sense. uint8_t should be used instead. llvm-svn: 217631