| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
This file is generated. Please update the generator instead.
"cmd/compile/internal/ssa/op"
oppkg "cmd/compile/internal/ssa/op"Why import a package twice? Seems pretty weird. (I see that op is used as local variable names in some places. That said, importing a package twice still seem weird. We could rename the local variable. Or, if we really don't want to do that, we probably should always use a renamed import.)
"cmd/compile/internal/ssa/op"
oppkg "cmd/compile/internal/ssa/op"Also here. And other files.
// Register allocation.I don't think we should copy this comment. The files probably should be regmask.go.
The file name is unfortunate. Maybe just put into op.go.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
"cmd/compile/internal/ssa/op"
oppkg "cmd/compile/internal/ssa/op"Why import a package twice? Seems pretty weird. (I see that op is used as local variable names in some places. That said, importing a package twice still seem weird. We could rename the local variable. Or, if we really don't want to do that, we probably should always use a renamed import.)
This was done automatically by rf because of the conflict. I think maybe the easiest thing to do for now is to name the package ssaop to avoid the conflict?
"cmd/compile/internal/ssa/op"
oppkg "cmd/compile/internal/ssa/op"Also here. And other files.
Renamed package.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Michael MatloobThis file is generated. Please update the generator instead.
Done
Michael MatloobAlso the file. It is generated.
Done
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
// Register allocation.I don't think we should copy this comment. The files probably should be regmask.go.
still need to do this- the change is done by rf
| Code-Review | +1 |