diff options
author | Mike Stump <mrs@apple.com> | 2007-04-27 21:36:34 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2007-04-27 21:36:34 +0000 |
commit | bfa455647cba43366288cfa3993843142af6af7a (patch) | |
tree | bcdc458f56871928d4f7040046da59b063526a5c /gcc | |
parent | 093b203ba9a0b34d78ef2972e687fd5ca03a952b (diff) | |
download | gcc-bfa455647cba43366288cfa3993843142af6af7a.zip gcc-bfa455647cba43366288cfa3993843142af6af7a.tar.gz gcc-bfa455647cba43366288cfa3993843142af6af7a.tar.bz2 |
* config/rs6000/darwin.h (ALWAYS_PUSH_CONSTS_USING_REGS_P): Remove.
From-SVN: r124240
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/rs6000/darwin.h | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9e1510b..13803fb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2007-04-27 Mike Stump <mrs@apple.com> + + * config/rs6000/darwin.h (ALWAYS_PUSH_CONSTS_USING_REGS_P): Remove. + 2007-04-27 Ian Lance Taylor <iant@google.com> PR middle-end/31710 diff --git a/gcc/config/rs6000/darwin.h b/gcc/config/rs6000/darwin.h index 052f731..acf8b4e 100644 --- a/gcc/config/rs6000/darwin.h +++ b/gcc/config/rs6000/darwin.h @@ -353,9 +353,6 @@ ? GENERAL_REGS \ : (CLASS)) -/* Fix for emit_group_load (): force large constants to be pushed via regs. */ -#define ALWAYS_PUSH_CONSTS_USING_REGS_P 1 - /* Compute field alignment. This is similar to the version of the macro in the Apple version of GCC, except that version supports 'mac68k' alignment, and that version uses the computed alignment |