[X86] Use uint8_t instead of unsigned char as it shortens the code and more explicitl...
authorCraig Topper <craig.topper@gmail.com>
Sun, 6 Mar 2016 08:12:42 +0000 (08:12 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sun, 6 Mar 2016 08:12:42 +0000 (08:12 +0000)
commit5e038cf58975073a2807d6f3456bb8ca13eb6017
tree2f25556d360b0dc20a605ebbcbf7a2a1dd8a83f8
parentf1bd761e00efcf2d58061a98acc7c8f7ce3fa4d2
[X86] Use uint8_t instead of unsigned char as it shortens the code and more explicitly reflects the desired size.

llvm-svn: 262798
llvm/lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp