| commit | 617075fcf6f4b3c02be35e04e241e7a5835759f8 | [log] [tgz] |
|---|---|---|
| author | Bill Wendling <isanbard@gmail.com> | Tue Oct 18 18:30:49 2011 +0000 |
| committer | Bill Wendling <isanbard@gmail.com> | Tue Oct 18 18:30:49 2011 +0000 |
| tree | 4b4b4d8eac03b90bc3aef3629cca6f676813b4f5 | |
| parent | 611450071c290aedcc119f9c058e338f137c01b2 [diff] |
A landing pad could have more than one predecessor. In that case, we want that predecessor to remove the jump to it as well. Delay clearing the 'landing pad' flag until after the jumps have been removed. (There is an implicit assumption in several modules that an MBB which jumps to a landing pad has only two successors.) <rdar://problem/10304224> llvm-svn: 142390