From 446ad131f633296f1c2589fcfa33ce6d6c58a3bc Mon Sep 17 00:00:00 2001 From: Michael Pratt Date: Wed, 10 May 2023 17:40:01 -0400 Subject: [PATCH] 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 --- src/cmd/compile/internal/pgo/irgraph.go | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.50.0