arm.c (const_double_needs_minipool): New function to determine if a CONST_DOUBLE...
authorNicolas Pitre <nico@cam.org>
Thu, 18 Nov 2004 20:28:04 +0000 (20:28 +0000)
committerNicolas Pitre <nico@gcc.gnu.org>
Thu, 18 Nov 2004 20:28:04 +0000 (20:28 +0000)
commitb9e8bfda537a521ac2a02867b9d103ff82fd1fbf
tree8a87f2457fc0f84352e5578da2a5d18d4f6bb6f7
parent6e5b508490a8a67f277e965dd0e2ae3b073d3c9b
arm.c (const_double_needs_minipool): New function to determine if a CONST_DOUBLE should be pushed to the minipool.

* config/arm/arm.c (const_double_needs_minipool): New function to
determine if a CONST_DOUBLE should be pushed to the minipool.
(note_invalid_constants): Use it.

From-SVN: r90881
gcc/ChangeLog
gcc/config/arm/arm.c