* alpha.c (summarize_insn [SUBREG]): Propogate SET.
From-SVN: r16213
This commit is contained in:
parent
4f3f5e9fcb
commit
66d91cb9ea
@ -1,3 +1,7 @@
|
||||
Tue Oct 28 00:32:14 1997 Richard Henderson <rth@cygnus.com>
|
||||
|
||||
* alpha.c (summarize_insn [SUBREG]): Propogate SET.
|
||||
|
||||
Mon Oct 27 23:59:26 1997 Richard Henderson <rth@cygnus.com>
|
||||
|
||||
* alpha.c (alpha_handle_trap_shadows): Don't call get_attr_trap
|
||||
|
@ -2825,7 +2825,7 @@ summarize_insn (x, sum, set)
|
||||
break;
|
||||
|
||||
case SUBREG:
|
||||
summarize_insn (SUBREG_REG (x), sum, 0);
|
||||
summarize_insn (SUBREG_REG (x), sum, set);
|
||||
break;
|
||||
|
||||
case CONST_INT: case CONST_DOUBLE:
|
||||
|
Loading…
Reference in New Issue
Block a user