Commit 76a7c776 by David S. Miller Committed by David S. Miller

sparc.c (epilogue_renumber): Add default case to switch stmt.

	* config/sparc/sparc.c (epilogue_renumber): Add default case
	to switch stmt.

From-SVN: r30980
parent 235ae7be
......@@ -5,6 +5,9 @@
* rtlanal.c (reg_overlap_mentioned_p): Revert December 15th
change.
* config/sparc/sparc.c (epilogue_renumber): Add default case
to switch stmt.
Thu Dec 16 11:33:57 MET 1999 Jan Hubicka <hubicka@freesoft.cz>
* toplev.c (rest_of_compilation): Run branch shortening after
......
......@@ -4974,6 +4974,9 @@ epilogue_renumber (where, test)
case CONST_INT:
case CONST_DOUBLE:
return 0;
default:
break;
}
fmt = GET_RTX_FORMAT (code);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment