Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Commit dd5670b

Browse files
author
Ehsan Totoni
committed
no need for remove_dead in df pass
1 parent f6f34b8 commit dd5670b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hpat/hiframes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def run(self):
7272
new_body.append(inst)
7373
self.func_ir.blocks[label].body = new_body
7474

75-
remove_dead(self.func_ir.blocks, self.func_ir.arg_names)
75+
#remove_dead(self.func_ir.blocks, self.func_ir.arg_names)
7676
io_pass = pio.PIO(self.func_ir, self.locals)
7777
io_pass.run()
7878
self.typemap, self.return_type, self.calltypes = numba_compiler.type_inference_stage(

0 commit comments

Comments
 (0)