projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3215943
)
coding convention
author
Christian Bruel
<chrbr@gcc.gnu.org>
Tue, 19 Feb 2008 08:34:16 +0000
(09:34 +0100)
committer
Christian 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
patch
|
blob
|
history
diff --git
a/gcc/tree-ssa-loop-ivopts.c
b/gcc/tree-ssa-loop-ivopts.c
index 25f6b51ab3cbe35779ecba31e331ab091b5ef21a..7bcb9810e7a0c53ea80e9995ac7c58007cc1bdca 100644
(file)
--- a/
gcc/tree-ssa-loop-ivopts.c
+++ b/
gcc/tree-ssa-loop-ivopts.c
@@
-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;
}