Hi, is there a flag or some setting that I can turn on so that Cill will
simplify something like
if(x <= y ){}  to  int t = x<=y ; if (t) {}  ?

I believe that Cil does something like this when the expression is more
complicated like  if(foo(x,y)) becomes int t = foo(x,y); if (t) ..

Thanks,


Vu,
------------------------------------------------------------------------------
WatchGuard Dimension instantly turns raw network data into actionable 
security intelligence. It gives you real-time visual feedback on key
security issues and trends.  Skip the complicated setup - simply import
a virtual appliance and go from zero to informed in seconds.
http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk
_______________________________________________
CIL-users mailing list
CIL-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cil-users

Reply via email to