| commit | 9cfccfb5175b07ddaa6fbd3fe1de12d48c7533f3 | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Sun Oct 02 17:49:46 2005 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Sun Oct 02 17:49:46 2005 +0000 |
| tree | 3dc53bf906d065739eabb3ee5c7b4c35594c3742 | |
| parent | 7f718e61e8ecdb6a9fb87bc29ec7491c2d73c753 [diff] |
Fix a problem where the legalizer would run out of stack space on extremely large basic blocks because it was purely recursive. This switches it to an iterative/recursive hybrid. llvm-svn: 23596