Be a little keener to inline
authorsimonpj@microsoft.com <unknown>
Fri, 25 Jan 2008 10:46:16 +0000 (10:46 +0000)
committersimonpj@microsoft.com <unknown>
Fri, 25 Jan 2008 10:46:16 +0000 (10:46 +0000)
This is really a bug.  A saturated call in an "interesting" context
should inline, but there was a strange "n_val_args > 0" condition, which
was stopping it.  Reported by Roman.


No differences found