http://llvm.org/bugs/show_bug.cgi?id=5235
Dan Gohman <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #5 from Dan Gohman <[email protected]> 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. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
