diff options
Diffstat (limited to 'gcc/genemit.c')
-rw-r--r-- | gcc/genemit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/genemit.c b/gcc/genemit.c index 3608e52..0bec209 100644 --- a/gcc/genemit.c +++ b/gcc/genemit.c @@ -787,6 +787,7 @@ main (argc, argv) perror (argv[1]); return (FATAL_EXIT_CODE); } + read_rtx_filename = argv[1]; /* Assign sequential codes to all entries in the machine description in parallel with the tables in insn-output.c. */ |