forked from OSchip/llvm-project
Fix this comment. The loop header is the loop entry point.
llvm-svn: 83437
This commit is contained in:
parent
548886518d
commit
f8e4410994
|
@ -95,11 +95,11 @@ FunctionPass *llvm::createCodePlacementOptPass() {
|
|||
/// ...
|
||||
/// jmp B
|
||||
///
|
||||
/// C: --> new loop header
|
||||
/// C:
|
||||
/// ...
|
||||
/// <fallthough to B>
|
||||
///
|
||||
/// B:
|
||||
/// B: --> loop header
|
||||
/// ...
|
||||
/// jcc <cond> C, [exit]
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue