diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2011-02-17 02:19:22 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2011-02-17 02:19:22 +0000 |
commit | b302f8dae6ab00abe22735cd07c7b2015ad4ba43 (patch) | |
tree | 2eb824d7c6f221b5207070206f75193ad198bc7d /llvm/docs/ProgrammersManual.html | |
parent | 378313944f2f262970c1c655bd88a2d1d11c94e8 (diff) | |
download | bcm5719-llvm-b302f8dae6ab00abe22735cd07c7b2015ad4ba43.tar.gz bcm5719-llvm-b302f8dae6ab00abe22735cd07c7b2015ad4ba43.zip |
Fix thinko, basic blocks are SESE. The exits may have many edges though.
llvm-svn: 125709
Diffstat (limited to 'llvm/docs/ProgrammersManual.html')
-rw-r--r-- | llvm/docs/ProgrammersManual.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/ProgrammersManual.html b/llvm/docs/ProgrammersManual.html index f6854078b6c..bc09ca957d0 100644 --- a/llvm/docs/ProgrammersManual.html +++ b/llvm/docs/ProgrammersManual.html @@ -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. |