Skip to content

Commit

Permalink
abstract.jl --> abstractinterpretation.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
jrevels committed Jan 11, 2018
1 parent 17455c1 commit 70341f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion base/compiler/compiler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ include("validation.jl")
include("parameters.jl")
include("typelattice.jl")
include("tfuncs.jl")
include("abstract.jl")
include("abstractinterpretation.jl")
include("typeinfer.jl")
include("optimize.jl") # TODO: break this up further + extract utilities
include("bootstrap.jl")
Expand Down

0 comments on commit 70341f5

Please sign in to comment.