]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
coding convention
authorChristian Bruel <chrbr@gcc.gnu.org>
Tue, 19 Feb 2008 08:34:16 +0000 (09:34 +0100)
committerChristian Bruel <chrbr@gcc.gnu.org>
Tue, 19 Feb 2008 08:34:16 +0000 (09:34 +0100)
From-SVN: r132418

gcc/tree-ssa-loop-ivopts.c

index 25f6b51ab3cbe35779ecba31e331ab091b5ef21a..7bcb9810e7a0c53ea80e9995ac7c58007cc1bdca 100644 (file)
@@ -1494,7 +1494,7 @@ may_be_unaligned_p (tree ref, tree step)
          || bitpos % BITS_PER_UNIT != 0)
        return true;
     
-      if (! constant_multiple_of (step, al, &mul))
+      if (!constant_multiple_of (step, al, &mul))
        return true;
     }