Skip to content

Commit 71ced86

Browse files
reduce diff
1 parent d5b2208 commit 71ced86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tools/cases_generator/stack.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -557,6 +557,7 @@ def for_uop(stack: Stack, uop: Uop, out: CWriter, check_liveness: bool = True) -
557557
stack.push(var)
558558
outputs = peeks + [ Local.undefined(var) for var in uop.stack.outputs if not var.peek ]
559559
return Storage(stack, inputs, outputs, len(peeks), check_liveness)
560+
560561
@staticmethod
561562
def copy_list(arg: list[Local]) -> list[Local]:
562563
return [ l.copy() for l in arg ]

0 commit comments

Comments
 (0)