mips.c (mips_emit_loadgp): Return early if there is nothing do to...
authorRichard Sandiford <rdsandiford@googlemail.com>
Mon, 2 Jun 2008 21:13:20 +0000 (21:13 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Mon, 2 Jun 2008 21:13:20 +0000 (21:13 +0000)
commitde9f679dbec4f6cf6503a1b9be1cf8cd8daf0f4b
treed96980f2d8160a4db018c094531154dcc8b99703
parent345235247ae4c80dcd98e7630d35be32533a35a1
mips.c (mips_emit_loadgp): Return early if there is nothing do to...

gcc/
* config/mips/mips.c (mips_emit_loadgp): Return early if
there is nothing do to, otherwise emit a blockage if
!TARGET_EXPLICIT_RELOCS || crtl->profile.
* config/mips/mips.md (loadgp_blockage): Use SI rather than DI.

From-SVN: r136294
gcc/ChangeLog
gcc/config/mips/mips.c
gcc/config/mips/mips.md