<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [nir] src/compiler/nir/nir_loop_analyze.c uninitialized variable"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=109231#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [nir] src/compiler/nir/nir_loop_analyze.c uninitialized variable"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=109231">bug 109231</a>
              from <span class="vcard"><a class="email" href="mailto:t_arceri@yahoo.com.au" title="Timothy Arceri <t_arceri@yahoo.com.au>"> <span class="fn">Timothy Arceri</span></a>
</span></b>
        <pre>The first two conditions of the if can never be true on the first iteration of
the loop so we will never actually do a comparison with an uninitialized
variable. Unfortunately the compiler can't know that.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>