On Wed, Jan 23, 2013 at 11:41:02AM +0100, Pietro Braione wrote:
> Il giorno 23/gen/2013, alle ore 08.54, Gabriel Kerneis ha scritto:
> > On Wed, Jan 23, 2013 at 02:38:53AM +0100, Pietro Braione wrote:
> >> by transforming x++ in x = x + 1, etc.
> > 
> > CIL already does that for you automatically.
> > 
> >    17. One of the most significant transformations is that expressions that
> >    contain side-effects are separated into statements.
> > 
> >       int x, f(int);
> >       return (x ++ + f(x));
> > 
> >    See the CIL output for this code fragment
> 
> The problem is, I do not need to transform only *expressions*, but also
> *statements* - e.g., the above example […] still has an x++ statement.

No, it doesn't.  Please the re-read the part of the manual that you did *not*
quote above (hint: it starts with "internally").  And try --printCilAsIs as
suggested.

Best,
-- 
Gabriel

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
CIL-users mailing list
CIL-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cil-users

Reply via email to