From: Keith Randall Date: Thu, 16 Mar 2023 21:41:44 +0000 (-0700) Subject: cmd/compile: fix extraneous diff in generated files X-Git-Tag: go1.21rc1~1238 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=3360be4a1160658153c1f2643acc99452c977339;p=gostls13.git 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 --- 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