From 4e7ec00a1dd1feef48b855024bfb376143b5872d Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Thu, 17 Feb 2011 02:19:22 +0000 Subject: [PATCH] Fix thinko, basic blocks are SESE. The exits may have many edges though. llvm-svn: 125709 --- docs/ProgrammersManual.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index f6854078b6c..bc09ca957d0 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -3856,7 +3856,7 @@ doxygen info: BasicBlock Class
Superclass: Value

-

This class represents a single entry multiple exit section of the code, +

This class represents a single entry single exit section of the code, commonly known as a basic block by the compiler community. The BasicBlock class maintains a list of Instructions, which form the body of the block.