From: Aldy Hernandez Date: Tue, 11 Sep 2018 10:36:20 +0000 (+0000) Subject: Fix typo in my last ChangeLog entry. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9356a18eb4aa927c9e44245075b82fa0c6001789;p=gcc.git Fix typo in my last ChangeLog entry. From-SVN: r264205 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fbe708b4595..32dc14b075c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -5,7 +5,7 @@ 2018-09-11 Aldy Hernandez - * tree-vrp (extract_range_from_binary_expr_1): Treat all divisions + * tree-vrp.c (extract_range_from_binary_expr_1): Treat all divisions by zero as VR_UNDEFINED. 2018-09-10 Uros Bizjak