diff options
Diffstat (limited to 'gcc/rtlhash.c')
-rw-r--r-- | gcc/rtlhash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtlhash.c b/gcc/rtlhash.c index ed4ee7a74b5..db103e370ad 100644 --- a/gcc/rtlhash.c +++ b/gcc/rtlhash.c @@ -34,7 +34,7 @@ void add_rtx (const_rtx x, hash &hstate) { enum rtx_code code; - enum machine_mode mode; + machine_mode mode; int i, j; const char *fmt; |