diff gcc/web.c @ 55:77e2b8dfacca gcc-4.4.5

update it from 4.4.3 to 4.5.0
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Fri, 12 Feb 2010 23:39:51 +0900
parents a06113de4d67
children b7f97abdc517
line wrap: on
line diff
--- a/gcc/web.c	Sun Feb 07 18:28:00 2010 +0900
+++ b/gcc/web.c	Fri Feb 12 23:39:51 2010 +0900
@@ -81,7 +81,7 @@
   return element;
 }
 
-/* Union sets.  
+/* Union sets.
    Return true if FIRST and SECOND points to the same web entry structure and
    nothing is done.  Otherwise, return false.  */
 
@@ -253,7 +253,7 @@
     return;
   if (dump_file)
     fprintf (dump_file, "Updating insn %i (%i->%i)\n",
-	     uid, REGNO (oldreg), REGNO (reg)); 
+	     uid, REGNO (oldreg), REGNO (reg));
   *loc = reg;
   df_insn_rescan (DF_REF_INSN (ref));
 }
@@ -386,7 +386,7 @@
   0,                                    /* properties_provided */
   0,                                    /* properties_destroyed */
   0,                                    /* todo_flags_start */
-  TODO_df_finish | TODO_verify_rtl_sharing | 
+  TODO_df_finish | TODO_verify_rtl_sharing |
   TODO_dump_func                        /* todo_flags_finish */
  }
 };