diff options
Diffstat (limited to 'gcc/genpeep.c')
-rw-r--r-- | gcc/genpeep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/genpeep.c b/gcc/genpeep.c index 5d6a492..992381d 100644 --- a/gcc/genpeep.c +++ b/gcc/genpeep.c @@ -424,6 +424,7 @@ main (argc, argv) perror (argv[1]); return (FATAL_EXIT_CODE); } + read_rtx_filename = argv[1]; printf ("/* Generated automatically by the program `genpeep'\n\ from the machine description file `md'. */\n\n"); |