Skip to content
Commit 328e26d0 authored by Dan Gohman's avatar Dan Gohman
Browse files

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
parent 9a8d1d9e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment