r266215 - in /branches/gcc-8-branch/gcc: Change...
ebotcazou@gcc.gnu.org
ebotcazou@gcc.gnu.org
Fri Nov 16 16:28:00 GMT 2018
Author: ebotcazou
Date: Fri Nov 16 16:28:27 2018
New Revision: 266215
URL: https://gcc.gnu.org/viewcvs?rev=266215&root=gcc&view=rev
Log:
* tree-switch-conversion.c (emit_case_decision_tree): Pass location
of switch statement to emit_case_nodes.
(do_jump_if_equal): Add LOC parameter and set it on the newly built
GIMPLE comparison statement.
(emit_cmp_and_jump_insns): Likewise.
(emit_case_nodes): Add LOC parameter and pass it to do_jump_if_equal
as well as recursive calls.
Modified:
branches/gcc-8-branch/gcc/ChangeLog
branches/gcc-8-branch/gcc/tree-switch-conversion.c
More information about the Gcc-cvs
mailing list