Commits

John McCall committed dd4f26c6dcc
It does seem to make non-generic assumptions about the node type, though; I had to define a WriteAsOperand function and add a front() method to SILFunction to get this to work. Rip out my dominators implementation and replace it with LLVM's. I'd forgotten that LLVM's was actually generic. Swift SVN r4717