OSDN Git Service

Use a worklist to prevent the iterator from becoming invalidated because of the ...
authorBill Wendling <isanbard@gmail.com>
Wed, 26 Oct 2011 07:16:18 +0000 (07:16 +0000)
committerStephen Hines <srhines@google.com>
Mon, 14 Nov 2011 17:11:16 +0000 (09:11 -0800)
commiteb360aeb03307e598401d29e8d454f794090974f
tree32a157b22268cf57414be839e676b2f01fbd5cfa
parentd0b0b7cdb4aabaf5e6c04ae035552732cb2287f0
Use a worklist to prevent the iterator from becoming invalidated because of the 'removeSuccessor' call. Noticed in a Release+Asserts+Check buildbot.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143018 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelLowering.cpp