diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ProgrammersManual.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index f685407..bc09ca9 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. |