<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 01/22/2014 12:22 PM, Andrew Trick
      wrote:<br>
    </div>
    <blockquote
      cite="mid:710CB031-9AFF-4D2F-A86B-94C52C0BC075@apple.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <br>
      <div>
        <div>On Jan 22, 2014, at 8:22 AM, Reed Kotler <<a
            moz-do-not-send="true" href="mailto:rkotler@mips.com">rkotler@mips.com</a>>
          wrote:</div>
        <br class="Apple-interchange-newline">
        <blockquote type="cite">
          <div style="font-size: 12px; font-style: normal; font-variant:
            normal; font-weight: normal; letter-spacing: normal;
            line-height: normal; orphans: auto; text-align: start;
            text-indent: 0px; text-transform: none; white-space: normal;
            widows: auto; word-spacing: 0px; -webkit-text-stroke-width:
            0px;">On 01/21/2014 05:05 PM, reed kotler wrote:<br>
            <blockquote type="cite">During ISel lowering, there are some
              stubs I realize that I need to emit<br>
              during AsmPrinter.<br>
              <br>
              The question is: where to store that information?<br>
              <br>
              As a hack it could be stored  in Subtarget.<br>
              <br>
              If there is a reasonable place to put it, it could be
              store in Module.<br>
              <br>
              Any ideas?<br>
              <br>
              It's just a list of functions that I need to generate
              stubs for.<br>
              I know the possible elements of the list. It's  a
              hardcoded list.<br>
              <br>
              Any ideas?<br>
            </blockquote>
          </div>
        </blockquote>
      </div>
      <div><br>
      </div>
      I don’t really know what you’re doing, but there’s already a
      MipsMachineFunctionInfo...
      <div><br>
      </div>
      <div>-Andy</div>
    </blockquote>
    I have a way to do this.<br>
    <br>
    I need to initially store the information in MipsMachineFunctionInfo
    but then during runfunction in Asm printer, I need to recollect it
    and<br>
    then emit the stubs as part of the AsmPrinter finalization.<br>
  </body>
</html>