commit | f8e4410994dda63305232c652e06546914e475da | [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 | 94c567a56a2f31dba2f826b0a975e8a994e3d5dc | |
parent | 548886518d08649d72542babbe74f73b42d2d232 [diff] [blame] |
Fix this comment. The loop header is the loop entry point. llvm-svn: 83437
diff --git a/llvm/lib/CodeGen/CodePlacementOpt.cpp b/llvm/lib/CodeGen/CodePlacementOpt.cpp index 383098e..932fae4 100644 --- a/llvm/lib/CodeGen/CodePlacementOpt.cpp +++ b/llvm/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] ///