Dear everyone,
In Cil, it automatically simplify If conditional expressions to have a
cascade of simple predicates. For example,
if (x > 10 && x < 100)
will be transformed to
if (x > 10)
if (x < 100)
Could anyone please point me to the code of this functionality in the Cil
framework?
A bunch of thanks !
With Kind Regards
TheAnh Do
------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
CIL-users mailing list
CIL-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cil-users