Go to file
Chris Lattner 9cfccfb517 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
2005-10-02 17:49:46 +00:00
llvm Fix a problem where the legalizer would run out of stack space on extremely 2005-10-02 17:49:46 +00:00