Commit 66d91cb9 by Richard Henderson Committed by Richard Henderson

* alpha.c (summarize_insn [SUBREG]): Propogate SET.

From-SVN: r16213
parent 4f3f5e9f
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:
......
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