correcting spelling mistake in test case
This commit is contained in:
parent
7373649112
commit
8d54e85f14
|
@ -38,7 +38,6 @@
|
||||||
(cons first-block-label (collect-general-jump-targets stmts))]
|
(cons first-block-label (collect-general-jump-targets stmts))]
|
||||||
[entry-points : (Listof Symbol)
|
[entry-points : (Listof Symbol)
|
||||||
(cons first-block-label (collect-entry-points stmts))])
|
(cons first-block-label (collect-entry-points stmts))])
|
||||||
|
|
||||||
(let: loop : (values (Listof BasicBlock) (Listof Symbol))
|
(let: loop : (values (Listof BasicBlock) (Listof Symbol))
|
||||||
([name : Symbol first-block-label]
|
([name : Symbol first-block-label]
|
||||||
[acc : (Listof UnlabeledStatement) '()]
|
[acc : (Listof UnlabeledStatement) '()]
|
||||||
|
|
|
@ -235,7 +235,7 @@
|
||||||
'closureStart))
|
'closureStart))
|
||||||
(make-PopEnvironment (make-Const 2) (make-Const 0))
|
(make-PopEnvironment (make-Const 2) (make-Const 0))
|
||||||
(make-AssignPrimOpStatement 'val (make-GetCompiledProcedureEntry))
|
(make-AssignPrimOpStatement 'val (make-GetCompiledProcedureEntry))
|
||||||
'thEnd)
|
'theEnd)
|
||||||
"typeof(MACHINE.val) + ',' + (MACHINE.val === MACHINE.proc.label)")
|
"typeof(MACHINE.val) + ',' + (MACHINE.val === MACHINE.proc.label)")
|
||||||
"function,true")
|
"function,true")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user