This is the mail archive of the gcc-patches@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]

committed: Fix target/44732



2010-07-01  Joern Rennecke  <joern.rennecke@embecosm.com>

	PR target/44732
	* config/ia64/ia64.c (ia64_register_move_cost): Remove stray '{'.

Index: config/ia64/ia64.c
===================================================================
--- config/ia64/ia64.c	(revision 161657)
+++ config/ia64/ia64.c	(working copy)
@@ -5212,7 +5212,7 @@ ia64_register_move_cost (enum machine_mo
 {
   enum reg_class from = (enum reg_class) from_i;
   enum reg_class to = (enum reg_class) to_i;
-{
+
   /* ADDL_REGS is the same as GR_REGS for movement purposes.  */
   if (to == ADDL_REGS)
     to = GR_REGS;

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