mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-07-03 08:31:53 +00:00
alias locals when inlining a tail call
This commit is contained in:
@ -56,18 +56,17 @@ import {
|
||||
|
||||
import {
|
||||
ElementKind,
|
||||
OperatorKind,
|
||||
FunctionPrototype,
|
||||
Class,
|
||||
Field,
|
||||
Global,
|
||||
DecoratorFlags,
|
||||
ClassPrototype,
|
||||
Local
|
||||
} from "./program";
|
||||
|
||||
import {
|
||||
FlowFlags, Flow
|
||||
FlowFlags,
|
||||
Flow
|
||||
} from "./flow";
|
||||
|
||||
import {
|
||||
|
Reference in New Issue
Block a user