coding convention
authorchrbr <chrbr@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 19 Feb 2008 08:34:16 +0000 (08:34 +0000)
committerchrbr <chrbr@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 19 Feb 2008 08:34:16 +0000 (08:34 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132418 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/tree-ssa-loop-ivopts.c

index 25f6b51..7bcb981 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;
     }