summaryrefslogtreecommitdiff
path: root/docs/ProgrammersManual.html
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2011-02-17 02:19:22 +0000
committerNick Lewycky <nicholas@mxc.ca>2011-02-17 02:19:22 +0000
commitccd279d057a2401be6bd39207d3a3bead9ca54f6 (patch)
tree17b7c42669a313f08865944b7c4dcbe96b91108d /docs/ProgrammersManual.html
parentcb40195641660cf13ef8dab909aa3f76185e9900 (diff)
downloadllvm-ccd279d057a2401be6bd39207d3a3bead9ca54f6.tar.gz
llvm-ccd279d057a2401be6bd39207d3a3bead9ca54f6.tar.bz2
llvm-ccd279d057a2401be6bd39207d3a3bead9ca54f6.tar.xz
Fix thinko, basic blocks are SESE. The exits may have many edges though.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125709 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ProgrammersManual.html')
-rw-r--r--docs/ProgrammersManual.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html
index f6854078b6..bc09ca957d 100644
--- a/docs/ProgrammersManual.html
+++ b/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.