Add a new IR statement kind: IRStmt_NoOp, to denote a no-operation.
These are generated by the IR optimiser.  The use of no-ops replaces
the old practice of allowing a BB to contain NULL pointers in its
statement array as a way of denoting no-ops.  NULL stmts are now no
longer allowed under any circumstances, and the IR sanity checker will
reject any BB containing them.



git-svn-id: svn://svn.valgrind.org/vex/trunk@1061 8f6e269a-dfd6-0310-a8e1-e2731360e62c
4 files changed