diff options
author | Chris Lattner <sabre@nondot.org> | 2010-04-17 17:57:56 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-04-17 17:57:56 +0000 |
commit | f84755b8360d13b1d19df821d9e8692aac7e9b87 (patch) | |
tree | d4e2d31b2b3f29f59c9e25e2414422348d62b8fa /lib/Target/TargetData.cpp | |
parent | 44b04a5f4ac8a2b9b3208a937f2ba36bcf7aa40f (diff) |
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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101658 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/TargetData.cpp')
0 files changed, 0 insertions, 0 deletions