redoing the ifs with new (old) block structure
This commit is contained in:
@ -48,7 +48,7 @@ module Ast
|
||||
call.do_call into
|
||||
|
||||
after = into.new_block("#{name}#{@@counter+=1}")
|
||||
into.insert_at after
|
||||
into.current after
|
||||
into.pop([]) unless current_function.nil?
|
||||
function.return_type
|
||||
end
|
||||
|
Reference in New Issue
Block a user