diff options
author | Andrew Haley <aph@cambridge.redhat.com> | 2001-08-17 14:41:51 +0000 |
---|---|---|
committer | Andrew Haley <aph@gcc.gnu.org> | 2001-08-17 14:41:51 +0000 |
commit | ff0a63e8e4e4e591291a518df74f793c857ea92e (patch) | |
tree | 4899741b8d51cc751e582ab68f13d5262de01ac0 /gcc/config | |
parent | abde42f7c757b26e71298e8cae90b0692bdd9fd7 (diff) | |
download | gcc-ff0a63e8e4e4e591291a518df74f793c857ea92e.zip gcc-ff0a63e8e4e4e591291a518df74f793c857ea92e.tar.gz gcc-ff0a63e8e4e4e591291a518df74f793c857ea92e.tar.bz2 |
sh.md: Add modes to unspecs in first insn to match those in the second.
2001-08-10 Andrew Haley <aph@cambridge.redhat.com>
* config/sh/sh.md: Add modes to unspecs in first insn to match
those in the second.
* Makefile.in: Fix collect2 copy for Cygwin.
From-SVN: r44962
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/sh/sh.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sh/sh.md b/gcc/config/sh/sh.md index 5eba38e..2844291 100644 --- a/gcc/config/sh/sh.md +++ b/gcc/config/sh/sh.md @@ -3746,7 +3746,7 @@ (define_expand "GOTaddr2picreg" [(set (reg:SI R0_REG) - (unspec [(const (unspec [(match_dup 1)] UNSPEC_PIC))] + (unspec [(const:SI (unspec:SI [(match_dup 1)] UNSPEC_PIC))] UNSPEC_MOVA)) (set (match_dup 0) (const:SI (unspec:SI [(match_dup 1)] UNSPEC_PIC))) (set (match_dup 0) (plus:SI (match_dup 0) (reg:SI R0_REG)))] |