mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Fix this comment. The loop header is the loop entry point.
llvm-svn: 83437
This commit is contained in:
parent
aba66ae89b
commit
564b5f75ac
@ -95,11 +95,11 @@ FunctionPass *llvm::createCodePlacementOptPass() {
|
|||||||
/// ...
|
/// ...
|
||||||
/// jmp B
|
/// jmp B
|
||||||
///
|
///
|
||||||
/// C: --> new loop header
|
/// C:
|
||||||
/// ...
|
/// ...
|
||||||
/// <fallthough to B>
|
/// <fallthough to B>
|
||||||
///
|
///
|
||||||
/// B:
|
/// B: --> loop header
|
||||||
/// ...
|
/// ...
|
||||||
/// jcc <cond> C, [exit]
|
/// jcc <cond> C, [exit]
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user