[llvm-bugs] [Bug 25190] Error cloning basicblock using IRBuilder
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Oct 15 00:54:14 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=25190
James Molloy <james.molloy at arm.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |INVALID
--- Comment #1 from James Molloy <james.molloy at arm.com> ---
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 (llvm-dev at lists.llvm.org) or the IRC
channel (#llvm on OFTC).
Cheers,
James
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20151015/59f8c085/attachment-0001.html>
More information about the llvm-bugs
mailing list