Commits

Michael Gottesman committed 6d52d178c1c
Move the subclasses of SILInstruction into a new file SILInstructions.cpp. SILInstruction was getting large (~1700 loc). Now we have two files, one that is ~1000 loc and the other with ~700 loc. Swift SVN r23937