diff options
Diffstat (limited to 'gcc/ira.c')
-rw-r--r-- | gcc/ira.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ira.c b/gcc/ira.c index 725636d8dc5..d4ea68f17c0 100644 --- a/gcc/ira.c +++ b/gcc/ira.c @@ -4414,10 +4414,9 @@ rtx_moveable_p (rtx *loc, enum op_type type) { const char *fmt; rtx x = *loc; - enum rtx_code code = GET_CODE (x); int i, j; - code = GET_CODE (x); + enum rtx_code code = GET_CODE (x); switch (code) { case CONST: |