The goal of this series is to add a phase of renumbering of all pseudos so that the pseudos' name are much less dependent on linearization and optimization details and thus make the output of test-linearize much more suited for the test cases. Luc Van Oostenryck (3): rename 'struct warning' to 'struct flag' let handle_simple_switch() handle an array of flags allow to normalize the pseudos Makefile | 1 + lib.c | 42 ++++++++++++-------- lib.h | 1 + linearize.h | 1 + norm-pseudo.c | 117 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ test-linearize.c | 2 + test-unssa.c | 2 + 7 files changed, 149 insertions(+), 17 deletions(-) create mode 100644 norm-pseudo.c -- 2.13.0 -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html