Fix thinko, basic blocks are SESE. The exits may have many edges though.
authorNick Lewycky <nicholas@mxc.ca>
Thu, 17 Feb 2011 02:19:22 +0000 (02:19 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Thu, 17 Feb 2011 02:19:22 +0000 (02:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125709 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ProgrammersManual.html

index f6854078b6c95c51ba142307ac2d24c07f7a7f89..bc09ca957d059b01a228cab581debcc852975bce 100644 (file)
@@ -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.