commit | e725a19617ce125a02ad9c96279a68fbb0459240 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Wed Oct 07 00:33:10 2009 +0000 |
committer | Dan Gohman <gohman@apple.com> | Wed Oct 07 00:33:10 2009 +0000 |
tree | b84200e44620b3ef0a70a024e3b8ebce98328edf | |
parent | f68604a29b3058546a6ec8d7f244523d59893a3b [diff] [blame] |
Fix this comment. The loop header is the loop entry point. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83437 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/CodePlacementOpt.cpp b/lib/CodeGen/CodePlacementOpt.cpp index 383098e..932fae4 100644 --- a/lib/CodeGen/CodePlacementOpt.cpp +++ b/lib/CodeGen/CodePlacementOpt.cpp
@@ -95,11 +95,11 @@ /// ... /// jmp B /// -/// C: --> new loop header +/// C: /// ... /// <fallthough to B> /// -/// B: +/// B: --> loop header /// ... /// jcc <cond> C, [exit] ///