From b302f8dae6ab00abe22735cd07c7b2015ad4ba43 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
---
llvm/docs/ProgrammersManual.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/llvm/docs/ProgrammersManual.html b/llvm/docs/ProgrammersManual.html
index f6854078b6c9..bc09ca957d05 100644
--- a/llvm/docs/ProgrammersManual.html
+++ b/llvm/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.