------- Comment #3 from pinskia at gcc dot gnu dot org  2006-03-09 22:54 -------
The difference between copyprop and before is the following.
Before:
  rv.0_3 = rv.0_2;
  #   VUSE <NMT.7_13>;
  D.1900_4 = rv.0_3->d;

After:
rv.0_3 = rv.0_2;
#   VUSE <SMT.6>;
D.1900_4 = rv.0_2->d;


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26626

Reply via email to