If statements without an else clause generated jumps to the next instruction, this commit fixes the if statement generation so that it dosen't produce them anymore. This is an example of JS code that generates the useless jumps (a => if(a){}) ();