Commit 5bc72aeb by Jan Hubicka Committed by Jan Hubicka

* final.c (walk_alter_subreg): Fix return value.

From-SVN: r47345
parent 0e1638d4
Mon Nov 26 11:36:20 CET 2001 Jan Hubicka <jh@suse.cz>
Mon Nov 26 13:49:41 CET 2001 Jan Hubicka <jh@suse.cz>
* final.c (walk_alter_subreg): Fix return value.
Mon Nov 26 11:36:20 CET 2001 Jan Hubicka <jh@suse.cz>
* sparc.c (sparc_absnegfloat_split_legitimate): Do not call
alter_subreg.
......
......@@ -3087,7 +3087,7 @@ walk_alter_subreg (xp)
break;
}
return x;
return *xp;
}
#ifdef HAVE_cc0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment