make operator_instruction single ass
create result register automatically usually not used, but register allocation will sort that
This commit is contained in:
@ -23,6 +23,7 @@ module Risc
|
||||
extra = {} unless extra
|
||||
@extra = extra
|
||||
@symbol = reg
|
||||
raise "not Symbol #{symbol}:#{symbol.class}" unless symbol.is_a?(Symbol)
|
||||
raise "Not Hash #{extra}" unless extra.is_a?(Hash)
|
||||
known_type(type)
|
||||
end
|
||||
|
Reference in New Issue
Block a user