Correct the allocation size for CCState's UsedRegs member, which
only needs one bit for each register. UsedRegs is a SmallVector
sized at 16, so this eliminates a heap allocation/free for every
call and return processed by Legalize on most targets.

llvm-svn: 52915
1 file changed
tree: 41c32260b6f72d21824af649c8a804b7232470eb
  1. clang/
  2. llvm/