gles.DeadCodeElimination shouldn't pretend to be a Transformer.
Open
GAPIS
GLES
P3
triaged
- Dominant language
- Go
- Stars
- 2.2k
- Forks
- 329
- PR merge metrics
- No merged PRs in 30d
Description
```go
func (t *DeadCodeElimination) Transform(ctx context.Context, id atom.ID, a atom.Atom, out transform.Writer) {
panic(fmt.Errorf("This transform does not accept input atoms"))
}
```
ewwwwwww.
If the DCE is always the source of atoms, make it write to the Transforms.
Contributor guide
Assessment
This issue has not been assessed yet.