mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-29 16:12:44 +00:00
Fix thinko, basic blocks are SESE. The exits may have many edges though.
llvm-svn: 125709
This commit is contained in:
parent
035876162f
commit
4e7ec00a1d
@ -3856,7 +3856,7 @@ doxygen info: <a href="/doxygen/classllvm_1_1BasicBlock.html">BasicBlock
|
||||
Class</a><br>
|
||||
Superclass: <a href="#Value"><tt>Value</tt></a></p>
|
||||
|
||||
<p>This class represents a single entry multiple exit section of the code,
|
||||
<p>This class represents a single entry single exit section of the code,
|
||||
commonly known as a basic block by the compiler community. The
|
||||
<tt>BasicBlock</tt> class maintains a list of <a
|
||||
href="#Instruction"><tt>Instruction</tt></a>s, which form the body of the block.
|
||||
|
Loading…
x
Reference in New Issue
Block a user