Hello,

I would like to turn an instruction like this :
  tmp = (i!=0);

in a statement like this :
  if (i__reifie != 0) { tmp__reifie = 1; }
  else { tmp__reifie = 0; }

and I want this statement to be visited

I try to do this with the vstmt method, considering the instruction
as a statement Instr(...), and with the visit action ChangeDoChildrenPost,
but the resulting statement is not visited.

Do you think there is a solution to this problem ?

Thank you



------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
CIL-users mailing list
CIL-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cil-users

Reply via email to