Commits

Chris Lattner committed c118613de3b
Fix SILValue use_iterators to type the user as a SILInstruction, not just a ValueBase. There are no values other than instructions that can use other values. BBArguments are defs, not uses. This eliminates a bunch of casts in clients that use getUser(). Swift SVN r9701