-
Pablo Galindo authored
Fix a regression introduced by af8646c8 that was causing code of the form: if True and False: do_something() to be optimized incorrectly, eliminating the block.
05f83186
Fix a regression introduced by af8646c8 that was causing code of the form: if True and False: do_something() to be optimized incorrectly, eliminating the block.