[LLVMbugs] [Bug 5235] llc: Assertion `HasInsideLoopSuccs && " Loop block has no in-loop successors!"' failed.
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Mon Oct 19 09:08:47 PDT 2009
http://llvm.org/bugs/show_bug.cgi?id=5235
Dan Gohman <gohman at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #5 from Dan Gohman <gohman at apple.com> 2009-10-19 11:08:46 ---
(In reply to comment #4)
> (In reply to comment #3)
> > Looks similar to #5212, and i have the same question:
> >
> > is it legal to have more than one BR in one BasicBlock?
> >
>
> I think they are unnamed BBs:
Yes. Blocks must all have exactly one terminator, but the assembly syntax
permits blocks without names.
The bug is fixed here:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20091019/089169.html
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list