Skip to content

Commit 2e0e13b

Browse files
committed
[compiler][be] Remove completed todo comment
We made block types explicit a long time ago, this comment is super stale [ghstack-poisoned]
1 parent c4ac65c commit 2e0e13b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

compiler/packages/babel-plugin-react-compiler/src/HIR/MergeConsecutiveBlocks.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ import {terminalFallthrough, terminalHasFallthrough} from './visitors';
2525
* Note that this pass leaves value/loop blocks alone because they cannot
2626
* be merged without breaking the structure of the high-level terminals
2727
* that reference them.
28-
*
29-
* TODO @josephsavona make value blocks explicit (eg a `kind` on Block).
3028
*/
3129
export function mergeConsecutiveBlocks(fn: HIRFunction): void {
3230
const merged = new MergedBlocks();

0 commit comments

Comments
 (0)