diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2007-07-11 03:02:36 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2007-07-11 03:02:36 +0000 |
commit | 3a0e695acde4dc47332f6c22a93d2763e186b2f1 (patch) | |
tree | 55804f6c9c1dfa76e02a1087a91f1c191ccae984 /gcc | |
parent | 1cc65ce2d669b9b68c2846d70b13c29bbef8b7c2 (diff) | |
download | gcc-3a0e695acde4dc47332f6c22a93d2763e186b2f1.zip gcc-3a0e695acde4dc47332f6c22a93d2763e186b2f1.tar.gz gcc-3a0e695acde4dc47332f6c22a93d2763e186b2f1.tar.bz2 |
* config/cris/cris.md ("movsi"): Fix typo in last change.
From-SVN: r126534
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/cris/cris.md | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8a29cb3..4f11df7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2007-07-11 Hans-Peter Nilsson <hp@axis.com> + + * config/cris/cris.md ("movsi"): Fix typo in last change. + 2007-07-09 Geoffrey Keating <geoffk@apple.com> PR 32617 diff --git a/gcc/config/cris/cris.md b/gcc/config/cris/cris.md index 98a09f1..50292e3 100644 --- a/gcc/config/cris/cris.md +++ b/gcc/config/cris/cris.md @@ -789,7 +789,7 @@ if (MEM_P (operands[0]) && ! REG_S_P (operands[1]) && operands[1] != const0_rtx - && may_create_pseudo__p ()) + && can_create_pseudo_p ()) operands[1] = force_reg (SImode, operands[1]); /* If we're generating PIC and have an incoming symbol, validize it to a |