Change DenseMap to use a power of 2 growth if one is given instead of the next...
Change DenseMap to use a power of 2 growth if one is given instead of the next power of 2. This was causing DenseMaps to grow 4x instead of 2x. I'll keep an eye on the buildbots as this could impact performance llvm-svn: 166493
Loading
Please register or sign in to comment