diff gcc/genconfig.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 f6334be47118
line wrap: on
line diff
--- a/gcc/genconfig.c	Sun Feb 07 18:28:00 2010 +0900
+++ b/gcc/genconfig.c	Fri Feb 12 23:39:51 2010 +0900
@@ -57,7 +57,7 @@
 static void gen_peephole2 (rtx);
 
 /* RECOG_P will be nonzero if this pattern was seen in a context where it will
-   be used to recognize, rather than just generate an insn. 
+   be used to recognize, rather than just generate an insn.
 
    NON_PC_SET_SRC will be nonzero if this pattern was seen in a SET_SRC
    of a SET whose destination is not (pc).  */
@@ -287,13 +287,13 @@
       desc = read_md_rtx (&line_no, &insn_code_number);
       if (desc == NULL)
 	break;
-	
-      switch (GET_CODE (desc)) 
+
+      switch (GET_CODE (desc))
 	{
   	  case DEFINE_INSN:
 	    gen_insn (desc);
 	    break;
-	  
+
 	  case DEFINE_EXPAND:
 	    gen_expand (desc);
 	    break;