aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorGeoffrey Keating <geoffk@gcc.gnu.org>2004-10-30 03:06:32 +0000
committerGeoffrey Keating <geoffk@gcc.gnu.org>2004-10-30 03:06:32 +0000
commitca213f22794d50bc1d8fe8265656086c94368034 (patch)
treeaed1142aecfe9adcd68861a4410570d738942999 /gcc
parent965a7e9092ffbec64865a95b016f731782d4b965 (diff)
downloadgcc-ca213f22794d50bc1d8fe8265656086c94368034.zip
gcc-ca213f22794d50bc1d8fe8265656086c94368034.tar.gz
gcc-ca213f22794d50bc1d8fe8265656086c94368034.tar.bz2
Back out previous accidental commit.
From-SVN: r89878
Diffstat (limited to 'gcc')
-rw-r--r--gcc/tree-ssa-operands.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/tree-ssa-operands.c b/gcc/tree-ssa-operands.c
index 78e2a43..68acd7c 100644
--- a/gcc/tree-ssa-operands.c
+++ b/gcc/tree-ssa-operands.c
@@ -1623,8 +1623,6 @@ add_call_read_ops (tree stmt)
{
bitmap_iterator bi;
- bi.ptr2 = NULL;
-
/* Otherwise, if the function is not pure, it may reference memory. Add
a VUSE for .GLOBAL_VAR if it has been created. Otherwise, add a VUSE
for each call-clobbered variable. See add_referenced_var for the