Fix a memory smasher caught by Mac OS X's debug malloc library. We were
authorNate Begeman <natebegeman@mac.com>
Sun, 12 Jun 2005 23:50:33 +0000 (23:50 +0000)
committerNate Begeman <natebegeman@mac.com>
Sun, 12 Jun 2005 23:50:33 +0000 (23:50 +0000)
commitac609ddf823d6d955f74ec6f82ca3b388ed9d610
tree46943d133cd500f43e90146c1e62b69c8498d9e6
parent71fae1022e68d57f64e73670ad30ded2e4f10f60
Fix a memory smasher caught by Mac OS X's debug malloc library.  We were
incorrectly using an iterator after it was invalid.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22207 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCBranchSelector.cpp