projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16540e1
)
Fix typo in last change.
author
Jeff Law
<law@gcc.gnu.org>
Sun, 26 Oct 1997 20:25:38 +0000
(13:25 -0700)
committer
Jeff Law
<law@gcc.gnu.org>
Sun, 26 Oct 1997 20:25:38 +0000
(13:25 -0700)
From-SVN: r16194
gcc/alias.c
patch
|
blob
|
history
diff --git
a/gcc/alias.c
b/gcc/alias.c
index fb788ceb670055f84e7e22e7271356fbfb51d808..16f50c0c31483fddea9f8b5bdb7e9c2fead11a74 100644
(file)
--- a/
gcc/alias.c
+++ b/
gcc/alias.c
@@
-830,7
+830,7
@@
true_dependence (mem, mem_mode, x, varies)
if (mem_mode == VOIDmode)
mem_mode = GET_MODE (mem);
- if (! memrefs_conflict_p (
SIZE_FOR_MOD
E (mem_mode), mem_addr,
+ if (! memrefs_conflict_p (
GET_MODE_SIZ
E (mem_mode), mem_addr,
SIZE_FOR_MODE (x), x_addr, 0))
return 0;