Go to file
Owen Anderson 1760b92d27 Implement suggestions from Chris:
- Use a more accurate heuristic for the size of the hashtable.
  - Use bitwise and instead of modulo since the size is a power of two.
  - Use new[] instead of malloc().

llvm-svn: 52951
2008-07-01 07:02:30 +00:00
clang Updated checker build to checker-51 2008-07-01 01:56:05 +00:00
llvm Implement suggestions from Chris: 2008-07-01 07:02:30 +00:00