diff options
Diffstat (limited to 'gcc/fwprop.c')
-rw-r--r-- | gcc/fwprop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fwprop.c b/gcc/fwprop.c index 6e65093..5085805 100644 --- a/gcc/fwprop.c +++ b/gcc/fwprop.c @@ -28,7 +28,6 @@ along with GCC; see the file COPYING3. If not see #include "timevar.h" #include "rtl.h" #include "tm_p.h" -#include "emit-rtl.h" #include "insn-config.h" #include "recog.h" #include "flags.h" @@ -40,6 +39,7 @@ along with GCC; see the file COPYING3. If not see #include "cfgloop.h" #include "tree-pass.h" #include "domwalk.h" +#include "emit-rtl.h" /* This pass does simple forward propagation and simplification when an |