arm.c (arm_override_options): Set arm_constant_limit to 2 instead of 1 when optimize_...
authorNicolas Pitre <nico@cam.org>
Tue, 21 Oct 2003 01:56:49 +0000 (01:56 +0000)
committerNicolas Pitre <nico@gcc.gnu.org>
Tue, 21 Oct 2003 01:56:49 +0000 (01:56 +0000)
commitbe03ccc9da81801953dca0e2a2061c9b8c753787
treef5aecd1be13bfcd2e4dd0d04933f22ae40d66262
parent802f1b93d00625af6ac4f16d24691e3d8bdfb3e7
arm.c (arm_override_options): Set arm_constant_limit to 2 instead of 1 when optimize_size is true.

* config/arm/arm.c (arm_override_options): Set arm_constant_limit
to 2 instead of 1 when optimize_size is true.  Gather code based on
optimize_size together.  Add comment about XScale load latency.

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