diff options
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -34,12 +34,12 @@ along with GCC; see the file COPYING3. If not see #include "vec.h" #include "hash-table.h" #include "hash-set.h" +#include "input.h" +#include "is-a.h" #endif /* GENERATOR_FILE */ -#include "input.h" #include "alias.h" #include "flags.h" -#include "is-a.h" /* Value used by some passes to "recognize" noop moves as valid instructions. */ |