<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    On 05/23/2012 02:59 PM, reed kotler wrote:
    <blockquote cite="mid:4FBD5DC0.1000401@mips.com" type="cite">Enable
      Mips16 compiler to compile a null program.
      <br>
      <br>
      First code from the Mips16 compiler. Includes trivial test
      program.
      <br>
      <br>
      Also, some cosmetic changes for lines > 80 characters and other
      small coding style
      <br>
      violations were rolled into this change.
      <br>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
llvm-commits mailing list
<a class="moz-txt-link-abbreviated" href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a>
<a class="moz-txt-link-freetext" href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a>
</pre>
    </blockquote>
    Just in case anyone noticed, I've moved the requires/predicate for
    mips16 into the base instruction format class instead of having it
    on the jump ra instruction.<br>
    <br>
    The patch is not wrong but it should have had predicate in the base
    class so that that logic<br>
    will be inherited into all the mips16 instructions.<br>
    <br>
    The next patch will have it moved.<br>
    <br>
    <br>
  </body>
</html>