Commit cfa29496 by Ulrich Weigand Committed by Ulrich Weigand

s390.md ("casesi"): Mark jump table access as non-trapping and unchanging.

	* config/s390/s390.md ("casesi"): Mark jump table access as
	non-trapping and unchanging.

From-SVN: r81240
parent 7989b0e4
2004-04-28 Ulrich Weigand <uweigand@de.ibm.com>
* config/s390/s390.md ("casesi"): Mark jump table access as
non-trapping and unchanging.
2004-04-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR debug/14829
......
......@@ -6912,6 +6912,8 @@
emit_move_insn (base, gen_rtx_LABEL_REF (Pmode, operands[3]));
index = gen_rtx_MEM (Pmode, gen_rtx_PLUS (Pmode, base, index));
RTX_UNCHANGING_P (index) = 1;
MEM_NOTRAP_P (index) = 1;
emit_move_insn (target, index);
if (flag_pic)
......
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