mirror of
https://github.com/intel/llvm.git
synced 2026-02-07 16:11:27 +08:00
ContentCache objects to using a densemap and list, and allocating the ContentCache objects from a bump pointer. This does not speed up or slow down things substantially, but gives us control over their alignment. llvm-svn: 63628