Fix PR5291, in which a SmallPtrSet iterator was held across an insertion into
authorJeffrey Yasskin <jyasskin@google.com>
Thu, 4 Mar 2010 06:50:01 +0000 (06:50 +0000)
committerJeffrey Yasskin <jyasskin@google.com>
Thu, 4 Mar 2010 06:50:01 +0000 (06:50 +0000)
commite57898ce5596a65579b6259e7d2e65c42a7e364e
tree51015254556cd1a21d31b3262157691eb2f030cc
parent9763f709e229ff39d9f00a1086c07dfa0398b485
Fix PR5291, in which a SmallPtrSet iterator was held across an insertion into
the set.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97720 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/JIT/JITEmitter.cpp
unittests/ExecutionEngine/JIT/JITTest.cpp