Commit 2142b2d5 by Richard Kenner

(mark_referenced_resources, case TRAP_IF): Set volatil.

From-SVN: r10980
parent 5b4ddd85
/* Perform instruction reorganizations for delay slot filling. /* Perform instruction reorganizations for delay slot filling.
Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc. Copyright (C) 1992, 1993, 1994, 1995, 1996 Free Software Foundation, Inc.
Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu). Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu).
Hacked by Michael Tiemann (tiemann@cygnus.com). Hacked by Michael Tiemann (tiemann@cygnus.com).
...@@ -328,6 +328,7 @@ mark_referenced_resources (x, res, include_delayed_effects) ...@@ -328,6 +328,7 @@ mark_referenced_resources (x, res, include_delayed_effects)
case UNSPEC_VOLATILE: case UNSPEC_VOLATILE:
case ASM_INPUT: case ASM_INPUT:
case TRAP_IF:
/* Traditional asm's are always volatile. */ /* Traditional asm's are always volatile. */
res->volatil = 1; res->volatil = 1;
return; return;
......
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