Go to file
Dan Gohman ce70fe2e25 Double the amount of memory reserved for SUnits. This is a
temporary workaround for an obscure bug. When node cloning is
used, it is possible that more SUnits will be created, and
if the SUnits std::vector has to reallocate, it will
invalidate all the graph edges.

llvm-svn: 61122
2008-12-17 04:30:46 +00:00
clang Make sure that enumerators show up within the enumeration declaration. Fixes. PR clang/3220 2008-12-17 02:04:30 +00:00
llvm Double the amount of memory reserved for SUnits. This is a 2008-12-17 04:30:46 +00:00