diff options
Diffstat (limited to 'gcc/tree-inline.c')
-rw-r--r-- | gcc/tree-inline.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-inline.c b/gcc/tree-inline.c index e26bab6..a0cfb60 100644 --- a/gcc/tree-inline.c +++ b/gcc/tree-inline.c @@ -704,7 +704,7 @@ copy_body_r (tree *tp, int *walk_subtrees, void *data) else if (TREE_CODE (*tp) == ADDR_EXPR) { walk_tree (&TREE_OPERAND (*tp, 0), copy_body_r, id, NULL); - recompute_tree_invarant_for_addr_expr (*tp); + recompute_tree_invariant_for_addr_expr (*tp); *walk_subtrees = 0; } } |