diff options
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ec71bb6eb71..66e9db272ed 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -61,6 +61,10 @@ 2004-05-13 Jeff Law <law@redhat.com> + * tree-ssa-live.c (calculate_live_on_entry): Ignore virtual + variables. Simplify slightly by using USE_OP/DEF_OP instead + of USE_OP_PTR/DEF_OP_PTR and dereferencing the result. + * tree-into-ssa.c (compute_global_livein): Use EXECUTE_IF_SET_IN_BITMAP rather than iterating through the blocks testing each bit in livein to initialize the worklist. |