diff options
author | Richard Henderson <rth@cygnus.com> | 1999-07-13 19:00:02 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-07-13 19:00:02 -0600 |
commit | cf353617dc1e480752ca37576c4b34c22ac8c47c (patch) | |
tree | 359ea87b2b600c94f9bfb57e2848c53f2cca5b0c | |
parent | 3d8f399108e61781747e9a3d510c9638022fd5bb (diff) | |
download | gcc-cf353617dc1e480752ca37576c4b34c22ac8c47c.zip gcc-cf353617dc1e480752ca37576c4b34c22ac8c47c.tar.gz gcc-cf353617dc1e480752ca37576c4b34c22ac8c47c.tar.bz2 |
regclass.c (scan_one_insn): Notice subregs that change the size of their operand.
�
* regclass.c (scan_one_insn): Notice subregs that change the
size of their operand.
(record_reg_classes): Use that to obey CLASS_CANNOT_CHANGE_SIZE.
[[Split portion of a mixed commit.]]
From-SVN: r28094.2
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 75adbba..d708c5d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +Wed Jul 14 01:57:39 1999 Richard Henderson <rth@cygnus.com> + + * regclass.c (scan_one_insn): Notice subregs that change the + size of their operand. + (record_reg_classes): Use that to obey CLASS_CANNOT_CHANGE_SIZE. + Wed Jul 14 01:41:42 1999 Jeffrey A Law (law@cygnus.com) * configure.in (alpha*-*-*): Include alpha/t-ieee. |