diff options
Diffstat (limited to 'gcc/recog.c')
-rw-r--r-- | gcc/recog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/recog.c b/gcc/recog.c index a2e2d89..63cdc23 100644 --- a/gcc/recog.c +++ b/gcc/recog.c @@ -182,9 +182,9 @@ struct change_t { rtx object; int old_code; + bool unshare; rtx *loc; rtx old; - bool unshare; }; static change_t *changes; |