summaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/zcse.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/compile/internal/ssa/zcse.go')
-rw-r--r--src/cmd/compile/internal/ssa/zcse.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/compile/internal/ssa/zcse.go b/src/cmd/compile/internal/ssa/zcse.go
index ec38b7d1ba..e08272c345 100644
--- a/src/cmd/compile/internal/ssa/zcse.go
+++ b/src/cmd/compile/internal/ssa/zcse.go
@@ -57,7 +57,7 @@ func zcse(f *Func) {
type vkey struct {
op Op
ai int64 // aux int
- ax interface{} // aux
+ ax Aux // aux
t *types.Type // type
}