comparison mc-inline.c @ 709:8b54c40081de

*** empty log message ***
author kono
date Wed, 24 Oct 2007 21:54:26 +0900
parents 0554b7f985ee
children 35e6841ba01a
comparison
equal deleted inserted replaced
708:cd4aac9abd5e 709:8b54c40081de
1506 heap[pdisp+narg]=e4; 1506 heap[pdisp+narg]=e4;
1507 return evals; 1507 return evals;
1508 } 1508 }
1509 } 1509 }
1510 // we need real local variable for this inline 1510 // we need real local variable for this inline
1511 arg = heap[pdisp+narg]=list3(LVAR,new_lvar(size(t)),0); 1511 arg = heap[pdisp+narg]=list3(LVAR,new_lvar(size(t)),(int)anptr);
1512 inline_lvars = glist2(arg,inline_lvars); 1512 inline_lvars = glist2(arg,inline_lvars);
1513 evals=list2(assign_expr0(arg,e4,anptr->ty,t),evals); 1513 evals=list2(assign_expr0(arg,e4,anptr->ty,t),evals);
1514 return evals; 1514 return evals;
1515 } 1515 }
1516 1516