diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-02 07:41:59 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-02 07:41:59 +0000 |
commit | 413b705ca0f92f3b0f2aacb80d075da20ea33f1d (patch) | |
tree | a4aaeff7ab2a10bcd924e7ca00ae63bba82717b9 /gcc/rtlanal.c | |
parent | 334006ca5a0b7b0df2d70d395d2fa075aa422748 (diff) | |
download | gcc-413b705ca0f92f3b0f2aacb80d075da20ea33f1d.tar.gz |
* rtlanal.c (volatile_refs_p): Not automatically true for CALL.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54163 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtlanal.c')
-rw-r--r-- | gcc/rtlanal.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/rtlanal.c b/gcc/rtlanal.c index 617776ae2aa..de7efae2d5f 100644 --- a/gcc/rtlanal.c +++ b/gcc/rtlanal.c @@ -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: |