Reduce size of register name index tables by using uint16_t for all in tree...
Reduce size of register name index tables by using uint16_t for all in tree targets. If more than 16-bits are needed for any out of tree targets, code will detect and use uint32_t instead. llvm-svn: 163878
Loading
Please register or sign in to comment