diff options
Diffstat (limited to 'gcc/tree-vrp.c')
| -rw-r--r-- | gcc/tree-vrp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-vrp.c b/gcc/tree-vrp.c index 86f3d1c3710..8ed50a91268 100644 --- a/gcc/tree-vrp.c +++ b/gcc/tree-vrp.c @@ -4960,7 +4960,7 @@ vrp_finalize (void) substitute_and_fold (single_val_range, true); if (warn_array_bounds) - check_all_array_refs(); + check_all_array_refs (); /* We must identify jump threading opportunities before we release the datastructures built by VRP. */ |

