Skip to content

Commit 1c4cc4f

Browse files
import NewvarNode (#41)
1 parent 57e64ff commit 1c4cc4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stage1/recurse.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ using Core.Compiler: MethodInstance, IncrementalCompact, insert_node_here!,
22
userefs, SlotNumber, IRCode, compute_basic_blocks, _methods_by_ftype,
33
retrieve_code_info, CodeInfo, SSAValue, finish, complete, non_dce_finish!,
44
GotoNode, GotoIfNot, block_for_inst, ReturnNode, Argument, compact!,
5-
OldSSAValue
5+
OldSSAValue, NewvarNode
66

77
using Base.Meta
88

0 commit comments

Comments
 (0)