aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/gen
diff options
context:
space:
mode:
authorDavid Chase <drchase@google.com>2021-03-01 11:02:48 -0500
committerDavid Chase <drchase@google.com>2021-03-03 15:01:05 +0000
commit3e524ee65addd8a30bbfb4fd69508d429fda6d4f (patch)
tree7d07d1c2c750da0414222178628c31c7b85915ec /src/cmd/compile/internal/ssa/gen
parent9f33dc3ca1b7b6bdb1a8e83c24d490f579bbbdc8 (diff)
downloadgo-3e524ee65addd8a30bbfb4fd69508d429fda6d4f.tar.gz
go-3e524ee65addd8a30bbfb4fd69508d429fda6d4f.zip
cmd/compile: make modified Aux type for OpArgXXXX pass ssa/check
For #40724. Change-Id: I7d1e76139d187cd15a6e0df9d19542b7200589f6 Reviewed-on: https://go-review.googlesource.com/c/go/+/297911 Trust: David Chase <drchase@google.com> Reviewed-by: Cherry Zhang <cherryyz@google.com>
Diffstat (limited to 'src/cmd/compile/internal/ssa/gen')
-rw-r--r--src/cmd/compile/internal/ssa/gen/genericOps.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd/compile/internal/ssa/gen/genericOps.go b/src/cmd/compile/internal/ssa/gen/genericOps.go
index b730c436cf..ee85156a42 100644
--- a/src/cmd/compile/internal/ssa/gen/genericOps.go
+++ b/src/cmd/compile/internal/ssa/gen/genericOps.go
@@ -336,8 +336,8 @@ var genericOps = []opData{
// Like Arg, these are generic ops that survive lowering. AuxInt is a register index, and the actual output register for each index is defined by the architecture.
// AuxInt = integer argument index (not a register number). ABI-specified spill loc obtained from function
- {name: "ArgIntReg", aux: "Int8", zeroWidth: true}, // argument to the function in an int reg.
- {name: "ArgFloatReg", aux: "Int8", zeroWidth: true}, // argument to the function in a float reg.
+ {name: "ArgIntReg", aux: "NameOffsetInt8", zeroWidth: true}, // argument to the function in an int reg.
+ {name: "ArgFloatReg", aux: "NameOffsetInt8", zeroWidth: true}, // argument to the function in a float reg.
// The address of a variable. arg0 is the base pointer.
// If the variable is a global, the base pointer will be SB and