diff options
author | Jeff Law <law@gcc.gnu.org> | 1998-08-22 17:21:19 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-08-22 17:21:19 -0600 |
commit | 4cd864b2eb0b39981189653ebffcf3022531cdb8 (patch) | |
tree | 3fe8e72fa15640d2f0c4311df731e38962ad9c66 /gcc | |
parent | 59d4e481366f2f2e1b7d9bcee94a028e600b841a (diff) | |
download | gcc-4cd864b2eb0b39981189653ebffcf3022531cdb8.zip gcc-4cd864b2eb0b39981189653ebffcf3022531cdb8.tar.gz gcc-4cd864b2eb0b39981189653ebffcf3022531cdb8.tar.bz2 |
recog.c (validate_replace_rtx_group): New function.
�
* recog.c (validate_replace_rtx_group): New function.
* recog.h (validate_replace_rtx_group): Declare it.
* regmove.c (optimize_reg_copy_3): If any substitution fails, then undo
the entire group of substitutions.
From-SVN: r21908
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e3b6e9b..1f31bb7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +Sun Aug 23 00:17:14 1998 Jeffrey A Law (law@cygnus.com) + + * recog.c (validate_replace_rtx_group): New function. + * recog.h (validate_replace_rtx_group): Declare it. + * regmove.c (optimize_reg_copy_3): If any substitution fails, then undo + the entire group of substitutions. + Sat Aug 22 23:31:00 1998 Klaus-Georg Adams (Klaus-Georg.Adams@chemie.uni-karlsruhe.de) * loop.c (load_mems): Fix initializers. |