projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0407c02
)
Fix typo in last change
author
Richard Kenner
<kenner@gcc.gnu.org>
Wed, 11 Jul 2001 01:51:35 +0000
(21:51 -0400)
committer
Richard Kenner
<kenner@gcc.gnu.org>
Wed, 11 Jul 2001 01:51:35 +0000
(21:51 -0400)
From-SVN: r43919
gcc/config/mips/mips.c
patch
|
blob
|
history
diff --git
a/gcc/config/mips/mips.c
b/gcc/config/mips/mips.c
index 48c391590b95f11b2c4649a20e2ecf74c54b7dff..c09a2461dce6f369d958e8fef58567b5d9dde75e 100644
(file)
--- a/
gcc/config/mips/mips.c
+++ b/
gcc/config/mips/mips.c
@@
-942,7
+942,7
@@
double_memory_operand (op, mode)
op = adjust_address_nv (op, GET_MODE_CLASS (mode) == MODE_INT
? SImode : SFmode, 4);
- return memory_address_p (XEXP (op, 0));
+ return memory_address_p (
GET_MODE (op),
XEXP (op, 0));
}
/* Return nonzero if the code of this rtx pattern is EQ or NE. */