Commit e7e9d242 by Richard Henderson Committed by Richard Henderson

* rtlanal.c (volatile_refs_p): Not automatically true for CALL.

From-SVN: r54163
parent 1197e11f
2002-06-02 Richard Henderson <rth@redhat.com>
* rtlanal.c (volatile_refs_p): Not automatically true for CALL.
2002-06-02 Marek Michalkiewicz <marekm@amelek.gda.pl>
Support for C++ constructors/destructors.
......
......@@ -2209,9 +2209,7 @@ volatile_refs_p (x)
case ADDR_DIFF_VEC:
return 0;
case CALL:
case UNSPEC_VOLATILE:
/* case TRAP_IF: This isn't clear yet. */
return 1;
case MEM:
......
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