<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:james.molloy@arm.com" title="James Molloy <james.molloy@arm.com>"> <span class="fn">James Molloy</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - Error cloning basicblock using IRBuilder"
   href="https://llvm.org/bugs/show_bug.cgi?id=25190">bug 25190</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>INVALID
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - Error cloning basicblock using IRBuilder"
   href="https://llvm.org/bugs/show_bug.cgi?id=25190#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED INVALID - Error cloning basicblock using IRBuilder"
   href="https://llvm.org/bugs/show_bug.cgi?id=25190">bug 25190</a>
              from <span class="vcard"><a class="email" href="mailto:james.molloy@arm.com" title="James Molloy <james.molloy@arm.com>"> <span class="fn">James Molloy</span></a>
</span></b>
        <pre>Hi Priyanka,

You're return inst is "ret label %6" - the type of this is "BasicBlock". It
needs to have type "i32", it seems.

In the future, please do not raise bugs for problems using LLVM, unless you
have a reasonable belief that LLVM is at fault. The proper forums for these
kind of questions are the mailing list (<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>) or the IRC
channel (#llvm on OFTC).

Cheers,

James</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>