From ccd279d057a2401be6bd39207d3a3bead9ca54f6 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Thu, 17 Feb 2011 02:19:22 +0000 Subject: 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 --- docs/ProgrammersManual.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ProgrammersManual.html') 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: 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. -- cgit v1.2.3-18-g5258