<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Please find attached a patch that improves the instrcution sinking
    pass so that it is able to handle things such as<br>
    <br>
    a = ...<br>
    if (...) {<br>
    } else {<br>
    }<br>
    ... = a // first use of a<br>
    <br>
    I added a simple test for this (included in the patch) and make
    check does not report any regression (ubuntu x86 12.04).<br>
    <br>
    B.r.,<br>
  </body>
</html>