This series contains two small changes related to OP_SYMADDR: * give a type to OP_SYMADDR * use insn->src instead of ->symbol This is a preparatory step for bigger incoming changes like the elimination of dead instructions. Luc Van Oostenryck (2): IR: OP_SYMADDR is simply an unop (part II) symaddr: give a type to OP_SYMADDR Documentation/IR.rst | 12 ++++++------ cse.c | 11 ++--------- linearize.c | 14 +++++--------- linearize.h | 5 +---- liveness.c | 5 +---- simplify.c | 6 +++--- 6 files changed, 18 insertions(+), 35 deletions(-) -- 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