This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r138999 - in /branches/var-tracking-assignments...


Author: aoliva
Date: Tue Aug 12 07:12:29 2008
New Revision: 138999

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=138999
Log:
* var-tracking.c (count_uses, add_uses, add_stores): Use Pmode for
addresses.
(add_uses): Compute value-based loc for MO_VAL_USE out of original
loc, not tracked loc.
(add_stores): Restore correct handling of MO_SET mode in
MO_VAL_SET.
(compute_bb_dataflow, emit_notes_in_bb): Always use value-based
loc for resolution.

Modified:
    branches/var-tracking-assignments-4_3-branch/gcc/ChangeLog.vta
    branches/var-tracking-assignments-4_3-branch/gcc/var-tracking.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]