Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
minor domain-ir refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehsan Totoni committed Dec 21, 2015
1 parent 9038548 commit 5e71baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domain-ir.jl
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ function mmapRemoveDupArg!(expr)
end

# :(=) assignment (:(=), lhs, rhs)
function from_assignment(state, env, expr::Any)
function from_assignment(state, env, expr::Expr)
local env_ = nextEnv(env)
local head = expr.head
local ast = expr.args
Expand Down

0 comments on commit 5e71baa

Please sign in to comment.