https://llvm.org/bugs/show_bug.cgi?id=25190

James Molloy <james.mol...@arm.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from James Molloy <james.mol...@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-...@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to