Skip to content

Commit

Permalink
fix typo in file name
Browse files Browse the repository at this point in the history
  • Loading branch information
GuangmingLuo committed Jul 1, 2024
1 parent ac20d47 commit b61ac08
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/atm/ssa/pass_tdce.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package ssa

// TDCE removes trivial dead-code such as unused register definations from CFG.
// TDCE removes trivial dead-code such as unused register definitions from CFG.
type TDCE struct{}

func (TDCE) Apply(cfg *CFG) {
Expand Down
File renamed without changes.

0 comments on commit b61ac08

Please sign in to comment.