cbec79cb21Fix the test baseline for redefer-recursive-inlinees.js
9 лет назад
Paul Leathers
355480894eFix an issue where redeferral did not properly track recursive inlinees, e.g. 'a' inlines 'b', which inlines 'c'. If 'a' was not redeferred, we were properly marking 'a' and 'b' as active, but not 'c'.