diff options
Diffstat (limited to 'gcc/cprop.c')
-rw-r--r-- | gcc/cprop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cprop.c b/gcc/cprop.c index 52ad967432e..15ebc17ab75 100644 --- a/gcc/cprop.c +++ b/gcc/cprop.c @@ -1307,7 +1307,7 @@ fis_get_condition (rtx_insn *jump) static bool implicit_set_cond_p (const_rtx cond) { - enum machine_mode mode; + machine_mode mode; rtx cst; /* COND must be either an EQ or NE comparison. */ |