From: Dan Gohman Date: Wed, 7 Oct 2009 00:33:10 +0000 (+0000) Subject: Fix this comment. The loop header is the loop entry point. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=bd31b173d276cb488b5fa72de8d42ae192cbfc97;p=oota-llvm.git 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 383098e11ef..932fae4f316 100644 --- a/lib/CodeGen/CodePlacementOpt.cpp +++ b/lib/CodeGen/CodePlacementOpt.cpp @@ -95,11 +95,11 @@ FunctionPass *llvm::createCodePlacementOptPass() { /// ... /// jmp B /// -/// C: --> new loop header +/// C: /// ... /// /// -/// B: +/// B: --> loop header /// ... /// jcc C, [exit] ///