Commits

Michael Gottesman committed d509fb9093f
Create is<INSERT_VALUE_RANGE_HERE> VALUE_RANGE predicates to SILValue.h Thus if one wishes to match a method inst, instead of using a switch one could just go isMethodInst(Kind) and get the appropriate result. My hope is this will make life easier by allowing us to use less switches. Swift SVN r12749