Commits

Joe Groff committed 5a2d5cc1b18
IRGen: Switch IRGenSIL to use DenseMap. DenseMap in LLVM now has a move-insert method, so std::map isn't needed to hold noncopyable Explosions and CallEmissions in the IRGenSILFunction object anymore. Swift SVN r3772