Skip to content

Commit

Permalink
[compiler][be] Remove completed todo comment
Browse files Browse the repository at this point in the history
We made block types explicit a long time ago, this comment is super stale

ghstack-source-id: 810a34bb4c14a3f4541003db23ffb7ad91aecc8c
Pull Request resolved: #30633
  • Loading branch information
josephsavona committed Aug 8, 2024
1 parent 5d010b9 commit f570f89
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ import {terminalFallthrough, terminalHasFallthrough} from './visitors';
* Note that this pass leaves value/loop blocks alone because they cannot
* be merged without breaking the structure of the high-level terminals
* that reference them.
*
* TODO @josephsavona make value blocks explicit (eg a `kind` on Block).
*/
export function mergeConsecutiveBlocks(fn: HIRFunction): void {
const merged = new MergedBlocks();
Expand Down

0 comments on commit f570f89

Please sign in to comment.