On Thu, Jul 21, 2011 at 2:47 PM, <ramana.radhakrish...@linaro.org> wrote: > * tree-ssa-loop-ivopts.c (rtl.h): Include.
Please don't do this. The goal should be that GIMPLE is independent of RTL, and almost no tree-* files include rtl.h for this reason. Including rtl.h in tree-ssa-loop-ivopts.c is a very big step in the wrong direction. Maybe add a function in tree-ssa-address.c for this, or use a target hook. Ciao! Steven