Chris Lattner 67e70971cc fix PR6858: a dangling pointer use bug which was caused
by switching CachedFunctionInfo from a std::map to a 
ValueMap (which is implemented in terms of a DenseMap).

DenseMap has different iterator invalidation semantics
than std::map.

This should hopefully fix the dragonegg builder.

llvm-svn: 101658
2010-04-17 17:57:56 +00:00
..
2010-04-07 22:54:55 +00:00
2010-04-17 17:42:52 +00:00
2010-04-17 17:42:52 +00:00
2010-04-15 17:08:50 +00:00
2010-04-17 17:42:52 +00:00