Merge branch 'master' of github.com:steveicarus/iverilog

This commit is contained in:
Cary R 2013-08-12 16:37:05 -07:00
commit 4294a47cec
1 changed files with 0 additions and 5 deletions

View File

@ -285,11 +285,6 @@ NetExpr* PEBinary::elaborate_expr(Design*des, NetScope*scope,
return 0;
}
// If either expression can be evaluated ahead of time, then
// do so. This can prove helpful later.
eval_expr(lp, l_width);
eval_expr(rp, r_width);
return elaborate_expr_base_(des, lp, rp, expr_wid);
}