diff options
Diffstat (limited to 'gcc/expr.c')
| -rw-r--r-- | gcc/expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/expr.c b/gcc/expr.c index 44b3c4a9fdf..d594671658e 100644 --- a/gcc/expr.c +++ b/gcc/expr.c @@ -5944,7 +5944,7 @@ safe_from_p (rtx x, tree exp, int top_p) if (exp_rtl) break; - nops = first_rtl_op (TREE_CODE (exp)); + nops = TREE_CODE_LENGTH (TREE_CODE (exp)); for (i = 0; i < nops; i++) if (TREE_OPERAND (exp, i) != 0 && ! safe_from_p (x, TREE_OPERAND (exp, i), 0)) |

