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] |
Hello, The attached patch re-organizes some code in tree-switch-conversion.c. All information about a GIMPLE_SWITCH is now collected by one function, so that my switch lowering code can use the same switch_conv_info. Bootstrapped&tested on x86_64-unknown-linux-gnu. OK for trunk? Ciao! Steven
Attachment:
collect_switch_info.diff.txt
Description: Text document
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |