From: Michael Pratt Date: Wed, 10 May 2023 21:40:01 +0000 (-0400) Subject: cmd/compile: remove "WORK IN PROGRESS" from package pgo X-Git-Tag: go1.21rc1~581 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=446ad131f633296f1c2589fcfa33ce6d6c58a3bc;p=gostls13.git cmd/compile: remove "WORK IN PROGRESS" from package pgo 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 Run-TryBot: Michael Pratt Reviewed-by: Cherry Mui Commit-Queue: Michael Pratt TryBot-Result: Gopher Robot --- diff --git a/src/cmd/compile/internal/pgo/irgraph.go b/src/cmd/compile/internal/pgo/irgraph.go index 72ffc8ce78..42ba27afb7 100644 --- a/src/cmd/compile/internal/pgo/irgraph.go +++ b/src/cmd/compile/internal/pgo/irgraph.go @@ -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