diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1993-04-08 21:45:43 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1993-04-08 21:45:43 -0400 |
commit | 1717563d61f35d5fa87aea7aaccea1ef2864514f (patch) | |
tree | bed280210270768d95b143c3c5a4e42137d80d92 /gcc | |
parent | 55310dadb016d935b602a60d0467d96e960c7b03 (diff) | |
download | gcc-1717563d61f35d5fa87aea7aaccea1ef2864514f.zip gcc-1717563d61f35d5fa87aea7aaccea1ef2864514f.tar.gz gcc-1717563d61f35d5fa87aea7aaccea1ef2864514f.tar.bz2 |
(combine.o): Includes hard-reg-set.h.
From-SVN: r4052
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index ce7440e..36ee1b2 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -909,7 +909,7 @@ flow.o : flow.c $(CONFIG_H) $(RTL_H) flags.h insn-config.h \ basic-block.h regs.h hard-reg-set.h output.h combine.o : combine.c $(CONFIG_H) $(RTL_H) gvarargs.h flags.h \ insn-config.h insn-flags.h insn-codes.h insn-attr.h regs.h expr.h \ - basic-block.h recog.h real.h + basic-block.h recog.h real.h hard-reg-set.h regclass.o : regclass.c $(CONFIG_H) $(RTL_H) hard-reg-set.h flags.h \ basic-block.h regs.h insn-config.h recog.h reload.h real.h local-alloc.o : local-alloc.c $(CONFIG_H) $(RTL_H) flags.h basic-block.h \ |