From 3360be4a1160658153c1f2643acc99452c977339 Mon Sep 17 00:00:00 2001 From: Keith Randall Date: Thu, 16 Mar 2023 14:41:44 -0700 Subject: [PATCH] cmd/compile: fix extraneous diff in generated files Looks like CL 475735 contained a not-quite-up-to-date version of the generated file. Maybe ABSFL was in an earlier version of the CL and was removed before checkin without regenerating the generated file? In any case, update the generated file. Shouldn't cause a problem, as that field isn't used in x86/ssa.go. Change-Id: I3f0b7d41081ba3ce2cdcae385fea16b37d7de81b Reviewed-on: https://go-review.googlesource.com/c/go/+/477096 Reviewed-by: Cherry Mui Reviewed-by: Wayne Zuo Reviewed-by: Keith Randall Run-TryBot: Keith Randall TryBot-Result: Gopher Robot --- src/cmd/compile/internal/ssa/opGen.go | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cmd/compile/internal/ssa/opGen.go b/src/cmd/compile/internal/ssa/opGen.go index b5ca35953c..2c1c0dc567 100644 --- a/src/cmd/compile/internal/ssa/opGen.go +++ b/src/cmd/compile/internal/ssa/opGen.go @@ -5039,7 +5039,6 @@ var opcodeTable = [...]opInfo{ name: "LoweredCtz32", argLen: 1, clobberFlags: true, - asm: x86.ABSFL, reg: regInfo{ inputs: []inputInfo{ {0, 239}, // AX CX DX BX BP SI DI -- 2.50.0