Commits

Erik Eckstein committed 8f78085e8ba
Refactor SILPrinter. Introduce a new SILPrintContext class which is the main handle passed to the SILModule's and SILFunction's print functions. It also allows to let derived classes implement call backs on instruction printing. NFC for now, but needed for the upcoming SIL-debuginfo change.