OSDN Git Service

2010-06-02 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / genautomata.c
index beda6cd..4c58d35 100644 (file)
@@ -9569,7 +9569,9 @@ main (int argc, char **argv)
                "#include \"insn-attr.h\"\n"
                "#include \"toplev.h\"\n"
                "#include \"flags.h\"\n"
-               "#include \"function.h\"\n");
+               "#include \"function.h\"\n"
+               "#include \"emit-rtl.h\"\n");
+                /* FIXME: emit-rtl.h can go away once crtl is in rtl.h.  */
 
          write_automata ();
        }