Skip to content

Commit f374a0b

Browse files
committed
location => Variable
1 parent 9451533 commit f374a0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ def assign_homes_arg(self, a: arg, home: Dict[Variable, arg]) -> arg:
5454
pass
5555

5656
def assign_homes_instr(self, i: instr,
57-
home: Dict[location, arg]) -> instr:
57+
home: Dict[Variable, arg]) -> instr:
5858
# YOUR CODE HERE
5959
pass
6060

6161
def assign_homes_instrs(self, ss: List[instr],
62-
home: Dict[location, arg]) -> List[instr]:
62+
home: Dict[Variable, arg]) -> List[instr]:
6363
# YOUR CODE HERE
6464
pass
6565

0 commit comments

Comments
 (0)