On Wed, Jun 6, 2012 at 5:16 PM, Steven Bosscher <stevenb....@gmail.com> wrote: > Hello, > > cfgloop.h only depends on rtl.h for rtx_code. The patch introduces a > new enum and a simple function to convert from one enum to another in > a few non-performance critical places. > > The upside is that this makes most of the tree-* files independent of rtl.h. > > Bootstrapped on x86_64-unknown-linux-gnu. OK for trunk?
Ok with updating the comment here: /* The type of extend applied to it (SIGN_EXTEND, ZERO_EXTEND or UNKNOWN). */ - enum rtx_code extend; + enum iv_extend_code extend; thus, IV_SIGN_EXTEND, etc. Thanks, Richard. > Ciao! > Steven