mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 15:33:33 +00:00
Add a comment describing natural loops.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82859 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c8e9314a41
commit
b7532e2548
@ -8,7 +8,8 @@
|
|||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
//
|
//
|
||||||
// This file defines the LoopInfo class that is used to identify natural loops
|
// This file defines the LoopInfo class that is used to identify natural loops
|
||||||
// and determine the loop depth of various nodes of the CFG. Note that natural
|
// and determine the loop depth of various nodes of the CFG. A natural loop
|
||||||
|
// has exactly one entry-point, which is called the header. Note that natural
|
||||||
// loops may actually be several loops that share the same header node.
|
// loops may actually be several loops that share the same header node.
|
||||||
//
|
//
|
||||||
// This analysis calculates the nesting structure of loops in a function. For
|
// This analysis calculates the nesting structure of loops in a function. For
|
||||||
|
Loading…
Reference in New Issue
Block a user