On 12/06/2016 01:10 PM, Bernd Schmidt wrote:
In this PR, we have two registers with "replace" set for them. When
processing the first, we delete its setter, which happens to be the
only use of the other register. In the second iteration we then assert
that the other register has a use, which
Hello!
> In this PR, we have two registers with "replace" set for them. When
> processing the first, we
> delete its setter, which happens to be the only use of the other register. In
> the second iteration we
> then assert that the other register has a use, which would be reasonable if
> we ha
In this PR, we have two registers with "replace" set for them. When
processing the first, we delete its setter, which happens to be the only
use of the other register. In the second iteration we then assert that
the other register has a use, which would be reasonable if we hadn't
deleted it.