]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* tree-dfa.c (get_ref_base_and_extent) <ARRAY_REF>: Remove space.
authorEric Botcazou <ebotcazou@adacore.com>
Wed, 19 Mar 2014 09:40:03 +0000 (09:40 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Wed, 19 Mar 2014 09:40:03 +0000 (09:40 +0000)
From-SVN: r208678

gcc/ChangeLog
gcc/tree-dfa.c

index 78b39c74d1111566be67704e2b7d823462ea37fd..a517bdebd036aea77f491a9392d11b7b568feb02 100644 (file)
@@ -1,3 +1,7 @@
+2014-03-19  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * tree-dfa.c (get_ref_base_and_extent) <ARRAY_REF>: Remove space.
+
 2014-03-18  Kai Tietz  <ktietz@redhat.com>
 
        PR rtl-optimization/56356
index e380e9d47d687ce67683b14fb67bc3d481e0ca1b..3bcca2b31f3be850bb3dd30535b2202fbc4a1b3c 100644 (file)
@@ -825,7 +825,7 @@ get_ref_base_and_extent (tree exp, HOST_WIDE_INT *poffset,
            /* If the resulting bit-offset is constant, track it.  */
            if (TREE_CODE (index) == INTEGER_CST
                && (low_bound = array_ref_low_bound (exp),
-                   TREE_CODE (low_bound) == INTEGER_CST)
+                   TREE_CODE (low_bound) == INTEGER_CST)
                && (unit_size = array_ref_element_size (exp),
                    TREE_CODE (unit_size) == INTEGER_CST))
              {