On Jun 29, 2009, at 5:17 PM, Fariborz Jahanian wrote: > Author: fjahanian > Date: Mon Jun 29 19:17:27 2009 > New Revision: 74486 > > URL: http://llvm.org/viewvc/llvm-project?rev=74486&view=rev > Log: > Take care of Chris's comments.
Thanks Fariborz, we don't have a "small" map, so using DenseMap here makes a lot of sense. If it ever ends up mattering, we can always change this to a sorted smallvector, but it isn't worth it for now. -Chris _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
