This series is a preparatory step before merging the 'classical SSA' series. It contains some validation of the IR. Luc Van Oostenryck (4): keep the debug flags alphabetically sorted ir-validate: add framework for IR validation ir-validate: validate pseudo's defining instruction ir-validate: add validation of (nbr of) phi operands Makefile | 1 + ir.c | 159 +++++++++++++++++++++++++++++++++++++++++++++++++++++ ir.h | 8 +++ lib.c | 10 ++-- lib.h | 5 +- optimize.c | 3 + 6 files changed, 180 insertions(+), 6 deletions(-) create mode 100644 ir.c create mode 100644 ir.h -- 2.17.1 -- 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