diff options
author | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-26 10:38:27 +0000 |
---|---|---|
committer | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-26 10:38:27 +0000 |
commit | a0fb7382a391bdbcd32b4cef57aa8eb8c5178f52 (patch) | |
tree | 798ba0790c5fb26172fae5eae64aab41c519949e /gcc/config/sparc/sparc.c | |
parent | 47c327df106d6e09b265b4f0f5388d204daa9883 (diff) | |
download | gcc-a0fb7382a391bdbcd32b4cef57aa8eb8c5178f52.tar.gz |
* sparc.c (sparc_absnegfloat_split_legitimate): Do not call
alter_subreg.
* sparc.md (post-reload splitters): Do not call alter_subreg.
* cfgrtl.c (purge_dead_edges): Fix typo in previous fix.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47339 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/sparc/sparc.c')
-rw-r--r-- | gcc/config/sparc/sparc.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/sparc/sparc.c b/gcc/config/sparc/sparc.c index 1690852dfba..6d5f8bb4e3e 100644 --- a/gcc/config/sparc/sparc.c +++ b/gcc/config/sparc/sparc.c @@ -5605,12 +5605,8 @@ int sparc_absnegfloat_split_legitimate (x, y) rtx x, y; { - if (GET_CODE (x) == SUBREG) - x = alter_subreg (x); if (GET_CODE (x) != REG) return 0; - if (GET_CODE (y) == SUBREG) - y = alter_subreg (y); if (GET_CODE (y) != REG) return 0; if (REGNO (x) == REGNO (y)) |