IUCompilerCourse / Essentials-of-Compilation

A book about compiling Racket and Python to x86-64 assembly
1.27k stars 137 forks source link

Fixed create_block with promises #127

Closed destinyson7 closed 2 years ago

destinyson7 commented 2 years ago

We should set the tail and not the promise as the value of the label in the basic blocks dictionary.