Commit 001d2740 by Zack Weinberg Committed by Zack Weinberg

* recog.c (peephole2_optimize): Add default case to switch.

From-SVN: r46422
parent e5969ba6
2001-10-22 Zack Weinberg <zack@codesourcery.com>
* recog.c (peephole2_optimize): Add default case to switch.
2001-10-23 Joseph S. Myers <jsm28@cam.ac.uk> 2001-10-23 Joseph S. Myers <jsm28@cam.ac.uk>
* doc/gcc.texi (Sending Patches): Remove. * doc/gcc.texi (Sending Patches): Remove.
......
...@@ -3120,6 +3120,8 @@ peephole2_optimize (dump_file) ...@@ -3120,6 +3120,8 @@ peephole2_optimize (dump_file)
= gen_rtx_EXPR_LIST (REG_NOTE_KIND (note), = gen_rtx_EXPR_LIST (REG_NOTE_KIND (note),
XEXP (note, 0), XEXP (note, 0),
REG_NOTES (new_insn)); REG_NOTES (new_insn));
default:
/* Discard all other reg notes. */
break; break;
} }
......
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