repurpose RValue as RegisterSlot
with the idea of the better name came also the one about not needing the builder anymore
This commit is contained in:
@ -30,7 +30,7 @@ module Risc
|
||||
assert_raises{ @builder.caller_reg! }
|
||||
end
|
||||
def test_define_conditionally_first
|
||||
assert_equal :r1 , @builder.caller_reg?.symbol
|
||||
assert_equal :caller_reg , @builder.caller_reg?.symbol
|
||||
end
|
||||
def test_define_conditionally_again
|
||||
first = @builder.caller_reg!
|
||||
|
Reference in New Issue
Block a user