aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-03-31 15:42:01 +0000
committerStephan Bergmann <sbergman@redhat.com>2016-03-31 15:42:01 +0000
commit480de227f69934d5fd2dede8b8c1f40373600173 (patch)
treee2679bce1f86eb64ddbdb64d1e3d9c3c3474f9a8 /llvm/lib/Transforms/Utils
parent3707ba80302b184c850ccdab2191650b75486742 (diff)
downloadllvm-480de227f69934d5fd2dede8b8c1f40373600173.zip
llvm-480de227f69934d5fd2dede8b8c1f40373600173.tar.gz
llvm-480de227f69934d5fd2dede8b8c1f40373600173.tar.bz2
Don't use potentially invalidated iterator
If the lhs is evaluated before the rhs, FuncletI's operator-> can trigger the assert(isHandleInSync() && "invalid iterator access!"); at include/llvm/ADT/DenseMap.h:1061. (Happens e.g. when compiled with GCC 6.) Differential Revision: http://reviews.llvm.org/D18440 llvm-svn: 265024
Diffstat (limited to 'llvm/lib/Transforms/Utils')
0 files changed, 0 insertions, 0 deletions