Limit DenseMap::setNumEntries input to 1<<31, in accordance with the 31 bits...
Limit DenseMap::setNumEntries input to 1<<31, in accordance with the 31 bits allocated to NumEntries. std::numeric_limits<int>::max() may be something else than 1<<31. llvm-svn: 278602
Loading
Please sign in to comment