<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 5/12/14, 9:22 PM, Byungchan An
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAC_qwHKkq93p66b1ndN-i6jG5v9t-6E3GCydb5wLDkaSGOV_MQ@mail.gmail.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <div dir="ltr">Have a simple newbie question on doInitialization.
        <div>This functions returns boolean by definition.<br>
        </div>
        <div><br>
        </div>
        <div>However, what is the meaning of the return value of
          doInitialization function?</div>
        <div>It just returns boolean and doesn't seem to be used other
          places.</div>
        <div>The boolean value simply means the initialization process
          is done successfully?</div>
      </div>
    </blockquote>
    <br>
    I believe that a return value of "true" means that
    doInitialiazation() modified the LLVM IR in some way while "false"
    means that doInitialization() made no changes to the LLVM IR at
    all.  There might be a comment in the doxygen documentation that can
    validate this.<br>
    <br>
    Regards,<br>
    <br>
    John Criswell<br>
    <br>
    <blockquote
cite="mid:CAC_qwHKkq93p66b1ndN-i6jG5v9t-6E3GCydb5wLDkaSGOV_MQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div><br>
        </div>
        <div>Thanks.</div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
LLVM Developers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a class="moz-txt-link-freetext" href="http://llvm.cs.uiuc.edu">http://llvm.cs.uiuc.edu</a>
<a class="moz-txt-link-freetext" href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>