[LLVMdev] Small error in documentation?
Chris Lattner
clattner at apple.com
Fri Feb 12 19:47:11 PST 2010
On Feb 12, 2010, at 7:09 PM, Russell Wallace wrote:
> http://llvm.org/docs/ProgrammersManual.html#BasicBlock
>
> "This class represents a single entry multiple exit section of the
> code, commonly known as a basic block by the compiler community."
>
> This should perhaps read 'single entry single exit'?
basic blocks can end with conditional branches etc, which have multiple exists.
-Chris
More information about the llvm-dev
mailing list