]> Cypherpunks.ru repositories - gostls13.git/commitdiff
cmd/compile: remove "WORK IN PROGRESS" from package pgo
authorMichael Pratt <mpratt@google.com>
Wed, 10 May 2023 21:40:01 +0000 (17:40 -0400)
committerGopher Robot <gobot@golang.org>
Thu, 11 May 2023 18:32:33 +0000 (18:32 +0000)
Work continues on PGO, but the existing support is certainly working.

Change-Id: Ic6724b9b3f174f24662468000d771f7651bb18b0
Reviewed-on: https://go-review.googlesource.com/c/go/+/494435
Auto-Submit: Michael Pratt <mpratt@google.com>
Run-TryBot: Michael Pratt <mpratt@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Commit-Queue: Michael Pratt <mpratt@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>

src/cmd/compile/internal/pgo/irgraph.go

index 72ffc8ce78abdf69ad120e9b22bcb07885da3a62..42ba27afb7a8693bb9202ff6843e94588958e618 100644 (file)
@@ -2,8 +2,6 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-// WORK IN PROGRESS
-
 // A note on line numbers: when working with line numbers, we always use the
 // binary-visible relative line number. i.e., the line number as adjusted by
 // //line directives (ctxt.InnermostPos(ir.Node.Pos()).RelLine()). Use