Commit 80fa012e by Christian Bruel

coding convention

From-SVN: r132418
parent 32159434
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment