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

From-SVN: r54163
This commit is contained in:
Richard Henderson 2002-06-02 00:41:59 -07:00 committed by Richard Henderson
parent 1197e11f3c
commit e7e9d24291
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -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: