modify preproc range

git-svn-id: file:///Users/aamine/c/gitwork/public/cbc/trunk@4245 1b9489fe-b721-0410-924e-b54b9192deb8
This commit is contained in:
Minero Aoki 2009-05-24 12:29:15 +00:00
parent 2871c6d19d
commit de2d14c1fb
1 changed files with 1 additions and 1 deletions

View File

@ -484,8 +484,8 @@ class IRGenerator implements ASTVisitor<Void, Expr> {
// #@@range/Assign_stmt{
Expr rhs = transformExpr(node.rhs());
assign(lloc, transformExpr(node.lhs()), rhs);
return null;
// #@@}
return null;
}
else {
// lhs = rhs -> tmp = rhs, lhs = tmp, tmp